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-reanimatedreact-native-vector-iconsformikyup
- Clone the repo:
git clone repo-link - Install dependencies:
yarn install - Install pods
cd ios && pod install && cd .. - Run on iOS:
yarn iosor Run on Android:yarn android - Run tests:
yarn test
Thank you!