Skip to content

basillabs/dora

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

Installation

  1. Install node.js
  2. Install Xcode and run it once to install command line tools
  3. Install React Native's CLI (npm install -g react-native-cli)
  4. Install project dependencies
npm install

Or (optional) install and use yarn for faster package management

yarn install
  1. Start the app in an emulator
npm run ios
npm run android

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