Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 548 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 548 Bytes

kumparan_mobile

Kumparan - Mobile Application Technical Assesment

Setup

yarn
  • To link the node modules, run :
react-native link

To Run

  • 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

To Run Testing

npm test