You can find the corresponding Server here.
- Product Owner: Taylor Chamberlain
- Scrum Master: Vincent Pham
- Development Team Members: Deniz Mekik, Robert Boggs, Taylor Chamberlain, Vincent Pham
From within the root directory:
npm install
- Xcode
ROOT
|__PAKT__
|
|__ANDROID__
| |- ... etc ...
|
|__APP__
| |__ACTIONS__
| | |- index.js
| |
| |__ASSETS__
| | |__IMG__
| | |- ... etc ...
| |
| |__COMPONENTS__
| | |- App.js
| | |- Camera.js
| | |- CreatePaktDateForm.js
| | |- CreatePaktForm.js
| | |- CreatePaktFriendsForm.js
| | |- FriendsRow.js
| | |- Header.js
| | |- IndividualPakt.js
| | |- Landing.js
| | |- Loading.js
| | |- Login.js
| | |- PaktList.js
| | |- PaktListItem.js
| | |- ProgressPics.js
| |
| |__CONTAINERS__
| | |- CreatePakt.js
| | |- GetCurrentPakt.js
| | |- GetPakts.js
| | |- LoginUser.js
| | |- SendPicture.js
| |
| |__REDUCERS__
| | |- index.js
| | |- pakts.js
| | |- users.js
| |
| |__TEST__
| | |- ... etc ...
| |
| |__UTILS__
| | |- env.example.js
| | |- s3_policy.js
| |
| |- index.js
|
|__IOS__
|- ... etc ...
See CONTRIBUTING.md for contribution guidelines.
##Documentation Google Doc
##Running React Native Emulator To run your app on iOS:
cd /paktClient/Pakt
react-native run-ios
OR
- Open /paktClient/Pakt/ios/Pakt.xcodeproj in Xcode
- Hit the Run button