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.
- 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)
git clone [email protected]:FundacionParaguaya/MentorApp.git
to clone the repocd povertystoplightapp
to go into repo foldernpm i
from repo folder to install all dependenciesreact-native link
to link all native packages. Ifreact-native
command is not defined runnpm install -g react-native-cli
first.
npm run start-ios
for IOS dev modenpm run start-android
for Android dev mode