evollu / evollu/react-native-fcm

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

Open
#992 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.7k
Forks
661
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.