nimamoradi / SmartHome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


React Native Navigation + Redux + Saga

A starter boilerplate for a mobile app using React Native and React Native Navigation(v2). This boilerplate also provides a cool redux-saga structure to bootstrap your react-native app development.

Screenshots

## Requirements Before start, make sure you installed: - [Android Studio](https://developer.android.com/studio/index.html) : Android Dev Environment - [Xcode](https://developer.apple.com/xcode/), [CocoaPods](https://cocoapods.org/) : iOS Dev Environment - [Node](https://nodejs.org) and [React Native CLI](http://facebook.github.io/react-native/docs/getting-started.html): React Native Dev Environment - [FBSDK](https://origincache.facebook.com/developers/resources/?id=facebook-ios-sdk-current.zip): Download the SDK and unzip the archive to `~/Documents/FacebookSDK`.

Stack

How to run?

Clone the repo and install packages.

$ git clone https://github.com/atoami/react-native-navigation-redux-starter-kit ReactNativeBoilerplate
$ cd ReactNativeBoilerplate
$ yarn

Run Android Project.

$ react-native run-android

Run iOS Project.

$ cd ios && pod install
$ cd .. && react-native run-ios

Issues

Do you have any concern to run this project?  Please feel free to contact me!

License

This project is licensed under the MIT License

About

License:MIT License


Languages

Language:Objective-C 75.6%Language:JavaScript 23.4%Language:Starlark 0.5%Language:Java 0.4%Language:Ruby 0.1%