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
Getting this warning with the following packages. Please update soon! =)
{ "name": "my-app", "version": "0.1.0", "private": true, "devDependencies": { "react-native-scripts": "0.0.31", "jest-expo": "~1.0.1", "react-test-renderer": "16.0.0-alpha.6" }, "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "scripts": { "start": "react-native-scripts start", "eject": "react-native-scripts eject", "android": "react-native-scripts android", "ios": "react-native-scripts ios", "test": "node node_modules/jest/bin/jest.js --watch" }, "jest": { "preset": "jest-expo" }, "dependencies": { "expo": "^17.0.0", "react": "16.0.0-alpha.6", "react-native": "^0.44.0", "react-native-simple-login": "^1.1.0", "react-redux": "^5.0.5", "redux": "^3.7.0" } }
The text was updated successfully, but these errors were encountered:
Hey @duydnguyen07, thanks for the warning report!
I will be looking into it in a few days.
Best regards, Fellipe
Sorry, something went wrong.
Hey any update on this?
Doesnt work with Rn 0.48.4
chagasaway
No branches or pull requests
Getting this warning with the following packages. Please update soon! =)
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "0.0.31",
"jest-expo": "~1.0.1",
"react-test-renderer": "16.0.0-alpha.6"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^17.0.0",
"react": "16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-simple-login": "^1.1.0",
"react-redux": "^5.0.5",
"redux": "^3.7.0"
}
}
The text was updated successfully, but these errors were encountered: