Skip to content

ileafsolutions/React-Native-CodeFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 React Native Boilerplate And Code format - February 2021

React Native React Navigation V2

React Native Boilerplate is a starting point for React Native application. This project is configured with redux, redux saga and redux persist. Latest version of react-navigation (v5.x.x).

Features

Prerequisites

Getting Started

  1. Clone this repo, git clone https://github.com/ileafsolutions/React-Native-CodeFormat.git <your project name>
  2. Go to project's root directory, cd <your project name>
  3. Remove .git folder, rm -rf .git
  4. Open package.json and change the name property with your project name
  5. Run yarn or npm install to install dependencies
  6. Start the packager with npm start
  7. Connect a mobile device to your development machine
  8. Run the test application:
  • On Android:
    • Run react-native run-android
  • On iOS:
    • Open ios/YourReacTproject.xcodeproj in Xcode
    • Hit Run after selecting the desired device
  1. Enjoy!!!

Contributing

Never commit directly on master, instead use branches and pull requests.