Skip to content

mstankov/MentorApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source repository for the Poverty Stoplight native mobile app. If you want to use the app get it for Android from the Play Store. If you would like to participate as a dev read on.

Prerequisites for development

For OSX

  • Install xcode from the App Store
  • Install brew from here
  • Install node via Brew (this will also install npm which you need to install required packages for the app) - brew install node
  • Install react-native command line interface globally via npm - npm install -g react-native-cli
  • Get Watchman via Brew - brew install watchman
  • Install Android Studio (with default settings), which also needs Java SE Development Kit 8
    • Here is how to install Java with Brew (and manage multiple Java versions)

To install

  1. git clone [email protected]:FundacionParaguaya/MentorApp.git to clone the repo
  2. cd povertystoplightapp to go into repo folder
  3. npm i from repo folder to install all dependencies
  4. react-native link to link all native packages. If react-native command is not defined run npm install -g react-native-cli first.

To run

  • npm run start-ios for IOS dev mode
  • npm run start-android for Android dev mode

Guides

About

Native App for Mentors

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Other 1.9%