react-native-boilerplate-typescript

Simple React-Native boilerplate code in Typescript for getting started with a new project quickly. It has all the essentials that one would require in a project.

Description

The boilerpate code is added in order to assist a new project without having to worry about project architecture.
It has react-navigation, context implementation with reducer, async storage, axios integrated with sample API call and basic project structure to follow.

Getting Started

Pre-requisits

  • Node.js
  • React native cli
  • Yarn
  • Android/IOS SDK setup

Installation

Android

yarn install
yarn android

IOS

yarn install

in the IOS folder

pod install

run from root folder

yarn ios

Including packages:

Help

  • if you face any trouble running the project, try building it from the Android Studio / Xcode.

Authors

@Numanqmr

GitHub

https://github.com/numanqmr/react-native-boilerplate-typescript