Make sure to have Node.js installed before proceeding.
Clone the repository and change into it:
$ git clone https://github.com/MJSSA/digital-library-mobile.git
$ cd digital-library-mobile
Install Expo globally:
$ npm global add expo-cli
Install dependencies and start project:
$ npm install
$ npm start
Install Expo on Android or iOS to run the application from the QR code provided in the Expo browser.
React Native - Getting Started
React Native + Expo - Environment Setup