Skip to content

freelife2010/react-native-redux-firebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Starter Kit with Redux, Saga, Firebase

A starter boilerplate for a mobile app using React Native and Redux.

Requirements

Before start, make sure you installed:

Stack

  • React Native: Development Environment
  • React Native Router Flux: JS based navigator for React Native
  • Redux: A predictable state container for JavaScript apps
  • Redux-Saga: An alternative side effect model for Redux apps
  • ESLint: Pluggable linting utility for JavaScript
  • Babel: The compiler for writing next generation JavaScript
  • Flow: A Static Type Checker for JavaScript

How to run?

Clone the repo and install packages.

$ git clone https://github.com/bdavid68/react-native-redux-firebase ReactNativeBoilerplate
$ cd ReactNativeBoilerplate
$ npm install
$ cd ios && pod install

Run Android Project.

$ react-native run-android

Run iOS Project.

$ react-native run-ios

Clean cache

$ npm run clean

Issues

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

About

React Native Starter Kit with Redux, Saga, Firebase, ESLint, Babel 😎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • Objective-C 25.6%
  • Java 16.7%
  • Python 10.0%
  • Ruby 4.0%