Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 412 Bytes

TIMER MADE WITH REACT NATIVE

  • Timer app made with React Native.

# App



How to start in Android Studio

  1. start your emulator
  2. npx react-native start
  3. npx react-native run-android

or

  1. start your emulator
  2. yarn react-native start
  3. yarn react-native run-android