https://github.com/stackbuilders/react-native-quito-lambda
https://www.meetup.com/Quito-Lambda-Meetup/events/250149099/
https://github.com/stackbuilders/react-native-quito-lambda
react-native redux
Last synced: 10 months ago
JSON representation
https://www.meetup.com/Quito-Lambda-Meetup/events/250149099/
- Host: GitHub
- URL: https://github.com/stackbuilders/react-native-quito-lambda
- Owner: stackbuilders
- License: mit
- Created: 2018-05-08T15:14:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T14:28:41.000Z (over 7 years ago)
- Last Synced: 2025-01-23T04:32:38.714Z (about 1 year ago)
- Topics: react-native, redux
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Native Quito Lambda
[](https://travis-ci.org/stackbuilders/react-native-quito-lambda)
A simple [React Native][react-native] GitHub client, that illustrates how to
use React Native in combination with [Redux][redux].
## Requirements
- Install [NVM][nvm].
## Getting Started
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
```
## Usage
There are two different ways of running the application:
### Android
Install [Expo][expo-client] 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!
### iOS
Install [Xcode][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!
## Testing
In order to run all test located at [__test__](__test__) folder run the
following command:
```
npm test
```
[expo-client]: https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en
[nvm]: https://github.com/creationix/nvm
[react-native]: https://facebook.github.io/react-native
[redux]: https://redux.js.org
[xcode]: https://developer.apple.com/xcode