Skip to content

Commit

Permalink
Add information about padding behavior (#22211)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldebout authored Apr 13, 2020
1 parent bb36afa commit 904f931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/safeareaview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const styles = StyleSheet.create({

Inherits [View Props](view.md#props).

As padding is used to implement the behavior of the component, padding rules in styles applied to a `SafeAreaView` will be ignored and can cause different results depending on the platform. See [#22211](https://github.com/facebook/react-native/issues/22211) for details.

### `emulateUnlessSupported`

| Type | Required | Default |
Expand Down

0 comments on commit 904f931

Please sign in to comment.