react-native-reserved-regions 0.1.0-alpha.3 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,10 +13,8 @@ Its iOS target adopts `UISceneDelegate` because the RC template currently crashe
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
-
`0.1.0-alpha.3` is an alpha release; its API may still change.
|
|
17
|
-
|
|
18
16
|
```sh
|
|
19
|
-
npm install react-native-reserved-regions
|
|
17
|
+
npm install react-native-reserved-regions
|
|
20
18
|
```
|
|
21
19
|
|
|
22
20
|
On iOS, install pods in your app's `ios` directory. Android links automatically through React Native autolinking.
|