Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 660 Bytes

File metadata and controls

28 lines (17 loc) · 660 Bytes

Employee Directory Mobile App based on React Native


See here and here on how to setup react-native

How to run

git clone ...
npm install

For ios

  1. open *.xcodeproj in xcode

  2. run in emulator

For android

  1. Attach android phone to mac

  2. run react-native run-android

  3. See here on how to debug on phone