-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Could you please add dependency, that will work with newer React Native versions?
npm ERR! Found: react-native@0.63.4
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.62.0" from react-native-dynamic@1.0.0
npm ERR! node_modules/react-native-dynamic
npm ERR! react-native-dynamic@"^1.0.0" from the root project
In your package package.json is:
"peerDependencies": {
"react": "^16.11.0",
"react-native": "^0.62.0"
},
"dependencies": {
"@types/react": "*",
"@types/react-native": ">=0.62.0",
"toolkit.ts": "^0.0.2"
}
ilyabreev and AlexTr
Metadata
Metadata
Assignees
Labels
No labels