Skip to content

jayan2019/react_native_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react_native_boilerplate

Best shortcut for react-native init <app_name>

Installation

On the command prompt run the following commands

git clone https://github.com/jayan2019/react_native_boilerplate.git
cd react_native_boilerplate/
npm install or yarn

Run

iOS

react-native run-ios

Android

Note: Connect android device or run emulator before run this code

react-native run-android

Used components

1 - react-native-config - Module to expose config variables to your javascript code in React Native

2 - prettier - An opinionated code formatter

3 - redux - A predictable state container for JavaScript apps

4 - axios - Promise based HTTP client

5 - react-navigation - Routing and navigation for your React Native apps

6 - lodash - A modern JavaScript utility library delivering modularity, performance & extras

7 - moment - Parse, validate, manipulate, and display dates and times in JavaScript

8 - native-base - Essential cross-platform UI components for React Native

9 - react-native-elements - Cross Platform React Native UI Toolkit

10 - react-native-material-textfield - Stylish text input

About

Best shortcut for react-native init 😉

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published