Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 508 Bytes

eKnjige

A mobile e-book buying and reading app that supports Android and iOS devices, built with React Native.

Run the app in development mode

After cloning this repo, run yarn to install all the dependencies. Then use:

yarn ios

Runs the app in the development mode on your iOS device or simulator.

yarn android

Runs the app in the development mode on your Android device or simulator.

yarn lint

Checks defined linting rules.

yarn test

Launches the test runner.