A simple React Native GitHub client, that illustrates how to use React Native in combination with Redux.
- Install NVM.
Start cloning the repo:
git clone https://github.com/stackbuilders/react-native-quito-lambda.git
cd react-native-quito-lambda
Install the required NodeJS version:
nvm install
Install the project dependencies:
npm instal
There are two different ways of running the application:
Install Expo Android client from Google Play. After that start the application using the following command:
npm run start
Scan the displayed QR Code with your device, and you are ready to go!
Install Xcode along with an iOS simulator, once the simulator is in place, start the application using the following command:
npm run start:ios
Open the simulator, and you are ready to go!
In order to run all test located at test folder run the following command:
npm test