We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please add dependency, that will work with newer React Native versions?
npm ERR! Found: [email protected] npm ERR! Could not resolve dependency: npm ERR! peer react-native@"^0.62.0" from [email protected] 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" }
The text was updated successfully, but these errors were encountered:
#19
Sorry, something went wrong.
No branches or pull requests
Could you please add dependency, that will work with newer React Native versions?
In your package package.json is:
The text was updated successfully, but these errors were encountered: