Skip to content

Latest commit

 

History

History

Simple Project Boilerplate + Redux + RNv4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple Project Boilerplate

This is the boilerplate for Beginners who have just completed any course on react-native.

React Native React Navigation V4

Project Type

The boilerplates are divided according to type of your setup.

Features

Prerequisites

Folder Setup

src
| - assets
| - components
| - constants
| - navigation
| - screens
| - store
      | - types
      | - actions
      | - reducers

Coder