Skip to content

React native boilerplate with redux, api call with authorization token middleware, rect-native-router-flux, eslint-config-airbnb setup.

Notifications You must be signed in to change notification settings

stajics/react-native-sample-app

Repository files navigation

Sample App

Features

Description

React Native boilerplate with authorization (redux-form validation) and persistent login.

Installation

  • Mobile App

    Clone the repository and run the following commands under your project root: Must have react-native installed. (https://facebook.github.io/react-native/docs/getting-started.html)

    npm i
    

    Connect a device or use virtual device (https://www.genymotion.com/) and run:

    react-native run-android
    react-native start
    
  • Server

    Navigate to sampeServer folder. Run the following commands in sampleServer folder:

    npm i
    node server.js
    

    Change apiEndpoint in root/app/urls.js to match server address

About

React native boilerplate with redux, api call with authorization token middleware, rect-native-router-flux, eslint-config-airbnb setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published