RN TS Boilerplate
  • Introduction
  • Getting Started
  • Why Use This Template
  • CLI Tools
  • Building Blocks
    • Building Blocks
    • The Slice
      • Redux & Toolkit
      • Reselect
      • Redux-Saga
      • Redux Injectors
    • Navigation
    • Splash Screen
Powered by GitBook
On this page

Was this helpful?

Introduction

NextGetting Started

Last updated 3 years ago

Was this helpful?

This is a react native template to help developers bootstrap their app quickly without spending too much time setting up boilerplate code. The template comes by default with tools :

  • Redux Toolkit

  • React Navigation

  • React Native Splash Screen

  • Redux Saga

This documentation assumes that you are familiar with and the CLI tool provided by react-native.

In addition to the tools listed above, the template also come with scripts that automate repetitive tasks like generating components and redux toolkit slices boilerplate code.

react-native