Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 402 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 402 Bytes

Book reader

React-Native

Clone project

git clone https://github.com/react-native-village/bookreader.git 

Navigate to the project

cd bookreader 

Set dependencies

yarn install

Run the following command in a Terminal

for iOS
react-native run-ios
for Android
react-native run-android