evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

After Install and link react-native-fcm app then run app it showing nothing app if i click automatically crashed. #992

Open sivapictuscode opened 6 years ago

sivapictuscode commented 6 years ago

I am using react-native-fcm:16.0.0 below is my package.json

{ "name": "Seeker", "version": "0.0.1", "private": true, "rnpm": { "assets": [ "./assets/fonts" ] }, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "sync": "rm -rf ./node_modules/react-native-gifted-chat; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude tests --exclude node_modules ../ ./node_modules/react-native-gifted-chat/' .. --glob='{*/.json,*/.js}'" }, "dependencies": { "eslint-config-rallycoding": "^3.1.0", "lodash": "^4.16.4", "native-base": "^2.4.1", "react": "16.3.1", "react-native": "0.55.2", "react-native-camera-roll-picker": "^1.1.7", "react-native-communications": "^2.1.3", "react-native-fbsdk": "^0.7", "react-native-fcm": "^16.0.0", "react-native-gifted-chat": "^0.4.3", "react-native-google-places-autocomplete": "^1.3.6", "react-native-google-signin": "^0.12.0", "react-native-modal-selector": "0.0.27", "react-native-nav": "^2.0.2", "react-native-on-layout": "^2.0.2", "react-native-photo-upload": "^1.2.0", "react-native-platform-touchable": "^1.1.1", "react-native-router-flux": "^3.35.0", "react-native-snap-carousel": "^3.7.0", "react-native-star-rating": "^1.0.9", "react-native-svg": "^6.3.1", "react-navigation": "^1.5.11", "react-redux": "^4.4.5", "redux": "^3.6.0", "redux-thunk": "^2.1.0", "validate.js": "^0.12.0" }, "devDependencies": { "babel-jest": "22.4.3", "babel-preset-react-native": "4.0.0", "jest": "22.4.3", "react-test-renderer": "16.3.1" }, "jest": { "preset": "react-native" } }

Please anyone give solution i tried more than 2 days with this issue. command prompt no error it show it show normal app start. Starting: Intent { cmp=com.servicerabbit1/.MainActivity } Thanks in advance.

evollu commented 6 years ago

there should be crash log from Android or you can provide a public repo that can reproduce your issue