Poetry icon indicating copy to clipboard operation
Poetry copied to clipboard

It is based on React Native supporting both Android and iOS platforms.

Poetry Build Status

DownLoad

App Store Button Play Store Button

Poetry.apk

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:

  1. run npm i.
  2. run react-native run-android.

IOS:

  1. run npm i.
  2. run sudo gem install cocoapods.
  3. run cd ios && pod install --repo-update.
  4. run react-native run-ios.