You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-24Lines changed: 2 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,9 @@ App & Flow is a Montreal-based React Native engineering and consulting studio. W
10
10
11
11
A flexible way to handle safe area, also works on Android and Web!
12
12
13
-
## Getting started
13
+
## Documentation
14
14
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/).
0 commit comments