fix: min RN peer dependency is now 0.76+

This commit is contained in:
Hugo EXTRAT 2025-03-25 23:08:33 +01:00
parent 9c6713f602
commit f40109d13b
No known key found for this signature in database
GPG Key ID: 9A1C6BCBF89ECB2A
3 changed files with 7 additions and 2 deletions

View File

@ -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`

View File

@ -89,7 +89,7 @@
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": ">=0.76"
},
"peerDependenciesMeta": {
"expo": {

View File

@ -11492,7 +11492,7 @@ __metadata:
typescript: "npm:5.8.2"
peerDependencies:
react: "*"
react-native: "*"
react-native: ">=0.76"
peerDependenciesMeta:
expo:
optional: true