-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
Is this a bug report?
No
Have you read the Contributing Guidelines?
No
Environment
Environment:
OS: macOS Sierra 10.12.6
Node: 8.4.0
Yarn: 1.3.2
npm: 5.5.1
Watchman: 4.7.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.51.0 => 0.51.0
Target Platform: iOS (8.0)
Steps to Reproduce
Expected Behavior
my project should run.
Actual Behavior
Android build built successfully but crashing on Launch.
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
my Package.json looks like :
{
"name": "LuxSocial",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-fcm": "^10.0.3",
"react-native-image-progress": "^1.0.1",
"react-native-iphone-x-helper": "^1.0.1",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal-dropdown": "^0.5.0",
"react-native-read-more-text": "^1.0.0",
"react-native-router-flux": "^3.41.0",
"react-native-splash-screen": "^3.0.6",
"react-native-vector-icons": "^4.4.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.14.0",
"eslint-plugin-react": "^7.5.1",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}