Skip to content

Files

Latest commit

699b7c6 · Dec 7, 2021

History

History
28 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 617 Bytes

React Native Score App

Implemented with react-native-reanimated

Demo

score-app-ios score-app-android

Run

$ git clone https://github.com/bogoslavskiy/react-native-score-app.git
$ cd react-native-score-app
$ yarn install

# With expo 
$ npm install --global expo-cli # if not installed

$ yarn ios
$ yarn android

# Without expo 
$ cd ios
$ pod install
$ open scoreapp.xcworkspace