/iliria-mobile

Cross Platform Digital newsletter mobile application

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Iliria Newsletter Mobile App

Installation

$ npm install
$ npm install -g react-native-cli
$ react-native link @react-native-community/async-storage

Start App

$ emulator -list-avds

Replace:
YOUR_EMULATOR with one of your available avds.
YOUR_USERNAME with your username on windows.

$ C:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk\emulator\emulator.exe -avd YOUR_EMULATOR
$ npm run android

NOTE:

  1. Replace google-services.json at /android/app with your own file, you can get it from firebase.
  2. Create file and put your own path of android SDK at /android/local.properties/