Poetry
Poetry copied to clipboard
It is based on React Native supporting both Android and iOS platforms.
Poetry 
DownLoad
Features in Detail
- Google Admob(react native Admob)
- i18n
Dependencies
"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"
Screenshot












Running
Android:
- run
npm i. - run
react-native run-android.
IOS:
- run
npm i. - run
sudo gem install cocoapods. - run
cd ios && pod install --repo-update. - run
react-native run-ios.

