Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

santiment/SantimentMobile

Repository files navigation

Santiment Mobile

Requirements

Setup

  • Clone Git repository
    • $ git clone https://github.com/santiment-admin/SantimentMobile.git
  • Go to project directory
    • $ cd SantimentMobile
  • Install dependencies
    • $ yarn install
  • Install Flow type definitions
    • $ flow-typed install
  • Set your private keys in app/config/production.env file
  • Set your private keys in app/config/staging.env file
  • Ignore changes in configuration files
    • $ git update-index --assume-unchanged app/config/production.env
    • $ git update-index --assume-unchanged app/config/production.env

Running on iOS

  • $ cd SantimentMobile/ios
  • $ pod install
  • TODO

Running on Android

  • TODO

Linked dependencies

  • react-native-vector-icons. Unlink before uninstalling react-native-elements package.
  • bugsnag-react-native. Unlink before uninstalling bugsnag-react-native package.
  • react-native-device-info. Unlink before uninstalling react-native-device-info package.

Files under git update-index --assume-unchanged

  • app/config/production.env
  • app/config/staging.env