Skip to content

Commit fadabc9

Browse files
fix: fix
1 parent 58a91c8 commit fadabc9

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,9 @@ App & Flow is a Montreal-based React Native engineering and consulting studio. W
1010

1111
A flexible way to handle safe area, also works on Android and Web!
1212

13-
## Getting started
13+
## Documentation
1414

15-
```bash
16-
npm install react-native-safe-area-context
17-
```
18-
```bash
19-
yarn add react-native-safe-area-context
20-
```
21-
22-
You then need to link the native parts of the library for the platforms you are using.
23-
24-
- **iOS Platform:**
25-
26-
`$ npx pod-install`
27-
28-
## Supported react-native version
29-
30-
| version | react-native version |
31-
| ------- | -------------------- |
32-
| 5 | 0.74 |
33-
| 4 | 0.64 |
34-
35-
## New architecture support
36-
37-
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.
15+
Check out our [documentation site](https://appandflow.github.io/react-native-safe-area-context/).
3816

3917
## Contributing
4018

0 commit comments

Comments
 (0)