This is a react native app built to meet the specification for interview tasks for Jolocom React Native Developer position
- React Native
- Yarn
- Cocoapods
- Xcode
- Android Development Environment
- Node
react-native-reanimated
react-native-vector-icons
formik
yup
- Clone the repo:
git clone repo-link
- Install dependencies:
yarn install
- Install pods
cd ios && pod install && cd ..
- Run on iOS:
yarn ios
or Run on Android:yarn android
- Run tests:
yarn test
Thank you!