Skip to content

yrjwcharm/MentorApp-develop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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. convert-androidx to convert all sub dependencies to the proper format for Android
  5. 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

Thanks To

portfolio_view

click here to check their website

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages