Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 252 Bytes

File metadata and controls

19 lines (13 loc) · 252 Bytes

timerApp!

This repository was initiated with create-react-native-web-app

Running

# Install dependencies
yarn

# Run Web/Ios/Android development
# Web
 yarn web

# IOS (simulator)
 yarn ios

# Android (connected device)
 yarn android