Getting started
- npm
- Yarn
npm install react-native-safe-area-context
yarn add react-native-safe-area-context
Supported react-native versions
| react-native-safe-area-context version | react-native version |
|---|---|
| 5.x | >= 0.74 |
| 4.x | 0.64 - 0.74 |
New architecture support
This library currently has experimental support for the new react-native architecture. Note that there will be breaking changes and only the latest version of react-native will be supported.
Contributing
See the Contributing Guide