ommyan / LaRissa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 98.7%Language:Objective-C 0.7%Language:Python 0.3%Language:JavaScript 0.3%