Skip to content

devall/noname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Peter Litvinov
Nov 29, 2018
89678a2 · Nov 29, 2018

History

20 Commits
Nov 29, 2018
Nov 29, 2018
Nov 29, 2018
Nov 20, 2018
Jan 27, 2017
Nov 20, 2018
Jan 10, 2017
Nov 20, 2018
Jan 10, 2017
Feb 11, 2017
Nov 20, 2018
Feb 9, 2017
Nov 29, 2018
Nov 29, 2018
Nov 29, 2018
Nov 29, 2018

Repository files navigation

React Native Boilerplate

Simple react-native boilerplate for mobile development.

Getting Started

  1. Ensure you've followed the React Native - Get Started Guide
  2. Clone this project git clone https://github.com/pcofilada/react-native-boilerplate.git
  3. Run npm install from root directory
  4. Start the app in an emulator

Stack

File Structure

  • /android - Android native stuff
  • /ios - iOS native stuff
  • /src - Contains our React Native App codebase
    • /actions - Action Types and Action Creators
    • /assets - Images, Fonts and others
    • /components - Dumb components
      • /common - Shared components
    • /config - Config files
    • /containers - Smart components
    • /reducers - Reducers
    • /utils - Helpers
    • /App.js - Base component
    • /Router.js - App navigation
    • /Store.js - Store

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published