- npm or yarn
- react native
- Open your terminal or command prompt
- Type
git clone https://github.com/Vikraardiansyah/flip-react-native-test.git
- Open the folder and type
npm install
oryarn install
to install dependencies - Don't forget to connect your device to PC or using AVD
- Type
npm start
oryarn start
to run metro server - Type
npm run android
oryarn run android
to run android application