- Google Admob(react native Admob)
- i18n
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-admob": "^2.0.0-beta.5",
"react-native-exit-app": "^1.0.0",
"react-native-i18n": "^2.0.12",
"react-navigation": "^2.6.2",
"react-navigation-redux-helpers": "^2.0.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0"
- run
npm i
. - run
react-native run-android
.
- run
npm i
. - run
sudo gem install cocoapods
. - run
cd ios && pod install --repo-update
. - run
react-native run-ios
.