Party Wall
This is shipped with:
- react navigation;
- redux;
- redux saga;
- axios
- formik
- yup
In order to run the project with basic server run following commands:
- Clone project
- In the root
yarn install
- Then
cd ios && pod install && cd ..
- Run
yarn run start-server
ios
- Run
yarn run ios
or open the project via Xcode
android
- Modify
src/api/requests/index.js
. Please provide in a given place your IP address for localhost. Unfortunatley axios needs it to work with android. - Run
yarn run android
or open the project via Android Studio