RN TS Boilerplate
Search…
RN TS Boilerplate
Introduction
Getting Started
Why Use This Template
CLI Tools
Building Blocks
Building Blocks
The Slice
Navigation
Splash Screen
Powered By
GitBook
Getting Started
Getting started with the template is fairly easy. There are only a few number of steps as listed down below.
using
YARN
over NPM is recommened when using this template.
1. Create react native app by providing
react-native-typescript-boilerplate
as a template.
1
npx react-native myapp --template https://github.com/abdulhamidOumer/react-native-typescript-boilerplate.git
Copied!
2. Get into the generated app's directory and explore the code and features.
1
cd myapp
2
yarn start
Copied!
3. Get started by setting your app icon or splash screen icon.
1
yarn set
Copied!
4. Optional - Initiate husky pre-commit hooks.
1
yarn init-husky
Copied!
Previous
Introduction
Next
Why Use This Template
Last modified
8mo ago
Copy link