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
I have built the project but only the spinner comes appears.
This is my package.json
{ "name": "GMLocations", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "@shoutem/ui": "shoutem/ui#242/head", "query-string": "^5.0.0", "react": "16.0.0-alpha.12", "react-native": "0.46.4", "react-native-linear-gradient": "^2.1.0", "react-native-maps": "^0.15.3", "react-native-vector-icons": "^4.2.0" }, "devDependencies": { "babel-jest": "20.0.3", "babel-preset-react-native": "2.1.0", "jest": "20.0.4", "react-test-renderer": "16.0.0-alpha.12" }, "jest": { "preset": "react-native" } }
The text was updated successfully, but these errors were encountered:
hello..lorand.. is there any solution ? i have same problem. plz reply me.
Sorry, something went wrong.
Hi Guys, I'm also getting the same error. If anyone has it's solution please share.
Thanks
No branches or pull requests
I have built the project but only the spinner comes appears.
This is my package.json
{
"name": "GMLocations",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@shoutem/ui": "shoutem/ui#242/head",
"query-string": "^5.0.0",
"react": "16.0.0-alpha.12",
"react-native": "0.46.4",
"react-native-linear-gradient": "^2.1.0",
"react-native-maps": "^0.15.3",
"react-native-vector-icons": "^4.2.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}
The text was updated successfully, but these errors were encountered: