fix: min RN peer dependency is now 0.76+
This commit is contained in:
parent
9c6713f602
commit
f40109d13b
@ -38,6 +38,11 @@ or
|
||||
npm install react-native-rate-app
|
||||
```
|
||||
|
||||
## Compatibility
|
||||
|
||||
- React Native <0.76, use version 1.2.2 or below
|
||||
- React Native >=0.76, use version 1.2.3 or later
|
||||
|
||||
## Expo
|
||||
|
||||
For Expo projects, you can use the Expo plugin in `app.json`
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
"react-native": ">=0.76"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"expo": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user