shoutem / school

A new React Native app every 2 weeks. With tutorial :)
http://reactnative.school
479 stars 345 forks source link

The application won't display anything only the spinner #3

Open LorandP opened 6 years ago

LorandP commented 6 years ago

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" } }

Harshvaghela commented 6 years ago

hello..lorand.. is there any solution ? i have same problem. plz reply me.

NavneetSandhu commented 6 years ago

Hi Guys, I'm also getting the same error. If anyone has it's solution please share.

Thanks