Kumparan - Mobile Application Technical Assesment
- Install React Native
- To get the node modules, run :
yarn
- To link the node modules, run :
react-native link
- For android, assuming you have an emulator or device attached.
react-native run-android
- For ios, assuming you have an emulator or device attached.
react-native run-ios
npm test