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
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
i want to close this warning when i run project it gives this warning everytime.
What actually happens?
STACK TRACE AND/OR SCREENSHOTS
react-native-code-push version:
react-native version: "@react-native-community/slider": "^2.0.0", "geolib": "^3.0.4", "react": "16.8.6", "react-native": "0.60.4", "react-native-easy-toast": "^1.2.0", "react-native-geolocation-service": "^3.0.0", "react-native-gesture-handler": "^1.3.0", "react-native-google-places": "^3.1.1", "react-native-maps": "0.25.0", "react-native-responsive-screen": "^1.2.2", "react-native-sqlite-storage": "^3.3.11", "react-native-system-setting": "^1.7.2", "react-native-vector-icons": "^6.6.0", "react-navigation": "^3.11.1"
Does this reproduce on a debug build or release build?
Does this reproduce on a simulator, (The more info the faster we will be able to address it!)
The text was updated successfully, but these errors were encountered:
There is a duplicate literally right below this issue. C'mon... #1642
Sorry, something went wrong.
The packages emitting the warnings are react-native-maps and react-native-sqlite-storage.
react-native-maps
react-native-sqlite-storage
Probably you just need to update your package version. For it seems both packages already has react-native.config.js in their repo.
react-native.config.js
See: react-native-maps/react-native-maps#2975 See: andpor/react-native-sqlite-storage#361
P.S. I've added #1678 to resolve warning for react-native-code-push
react-native-code-push
Hi all,
We opened PR for updating docs with setup CodePush for react-native@0.60 and above. For more info please check here: #1625 (comment)
I'm going to close this issue as duplicate. Please feel free to ask any questions.
Thanks, Alexander
alexandergoncharov-zz
No branches or pull requests
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
i want to close this warning when i run project it gives this warning everytime.
Actual Behavior
What actually happens?
Reproducible Demo
Environment
react-native-code-push version:
react-native version:
"@react-native-community/slider": "^2.0.0",
"geolib": "^3.0.4",
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-easy-toast": "^1.2.0",
"react-native-geolocation-service": "^3.0.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-google-places": "^3.1.1",
"react-native-maps": "0.25.0",
"react-native-responsive-screen": "^1.2.2",
"react-native-sqlite-storage": "^3.3.11",
"react-native-system-setting": "^1.7.2",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.1"
Does this reproduce on a debug build or release build?
Does this reproduce on a simulator,
(The more info the faster we will be able to address it!)
The text was updated successfully, but these errors were encountered: