Skip to content

React Native App with NativeBase + React Navigation + Redux + Redux Form

Notifications You must be signed in to change notification settings

Bikranshu/react-native-app

Repository files navigation

React Native Boilerplate

Get Started

1. Requirements

2. Installation

On the command prompt run the following commands:

$ git clone https://github.com/Bikranshu/react-native-app.git

$ cd react-native-app/

$ npm install

Link native dependencies:

$ react-native link

3. Firebase Setup

  • Go to https://firebase.google.com and click “Go to Console” in the top right.
  • Configure the new project in the Firebase console.
  • Find firebase.example.js file in app/constants directory, rename it to firebase.js and edit it with your firebase app configuration.

4. Usage

  • For Development

    Start react native development server:

    $ react-native start

    Install android or ios app in emulator / device:

    $ react-native run-android
    $ react-native run-ios
  • For Production

    Follow these steps for generating signed apk for android app.

About

React Native App with NativeBase + React Navigation + Redux + Redux Form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published