HarishJangra / react-native-easy-starter

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd banner


A GOOD, up to date and easy to use starter and learning tool for beginners to intermediate. (IOS and Android ready)

NEW
  • React-Native updated to 0.65

  • React-Navigation updated to v6

WHY USE EASY STARTER ?

  • Always up-to-date React Native 0.65 scaffolding.
  • Easy-Peasy makes it easy to access the global state.
  • Use of React Hooks optimizes the performance and increases reusability.
  • Provides a basic infrastructure, which can easily be used throughout the whole project.
  • ApiSauce Axios + standardized errors + request/response transforms.

Android & IOS setup is completed and tested for RN 0.63

Currently Includes

  • React-native 0.63

  • Code-push

  • react-native-keychain

  • easy-peasy for state management

  • Hooks

  • react-navigation

  • react-native-vector-icons

  • Login Navigation Flow using React Context.

  • Themes support and much more

  • Multi - languages and locale support using i18n-js

  • Deeply integrated, production ready workflow

Ready to use templates

  • Loading /Login / Main app screens

  • App Intro screens

  • Locale context , theme context

  • Api ready service

  • oAuth ready interceptor

  • material design components using react-native-paper

  • react-native-modal

  • easy-peasy models

  • custom fonts guide

  • useStorage() for async storage

  • useNetInfo() for network info

  • useTranslation() for i18n

  • useAppTheme() for using themes

  • ... much more

Getting Started

Step 1: Clone and Install

$ git clone https://github.com/HarishJangra/react-native-easy-starter.git

$ cd react-native-easy-starter

$ yarn

Step 2: Rename the app react-native-rename

$ yarn global add react-native-rename

$ react-native-rename <newName>

View more option

Step 3: Start the App

$ yarn start --reset-cache

$ yarn run android

For release build (ANDROID)

see Generating signed apk

$ yarn run android:build

How can I contribute?

Bugs? Comments? Features? PRs and Issues happily welcomed!

  • ⭐ Star our GitHub repo
  • 🔧 Create Fixes, suggest new features or update docs

About

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more

License:MIT License


Languages

Language:JavaScript 85.0%Language:Java 8.4%Language:Objective-C 5.0%Language:Ruby 0.8%Language:Starlark 0.6%Language:Shell 0.1%