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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. 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@0.1.0-alpha.3
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-reserved-regions",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0",
4
4
  "description": "Provider-scoped reserved display regions for React Native",
5
5
  "keywords": [
6
6
  "android",