Skip to content

Commit

Permalink
SafeAreaView: remove doc for emulateUnlessSupported (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken0nek authored Jun 23, 2022
1 parent 51e83ef commit 731493a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/safeareaview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,3 @@ export default App;
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 |
| ---- | -------- | ------- |
| bool | No | true |

0 comments on commit 731493a

Please sign in to comment.