2.2.0 • Published 11 days ago

@brightlayer-ui/react-native-template-routing-typescript v2.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
11 days ago

Routing Template (TypeScript)

npm (scoped)

This is an official Brightlayer UI template used internally by the Brightlayer UI CLI.

This template includes the installation and initial setup of routing using React Navigation. It includes several placeholder routes/screens and a Drawer navigator from the Brightlayer UI React Native Component Library.

Usage

This template can be used with the Brightlayer UI CLI:

npx -p @brightlayer-ui/cli blui new react-native --name=myapp --cli=rnc --language=ts --template=routing

Project Structure

Projects created using this template will start out with the following file structure:

|── /ios                              // ios project folder
|── /android                          // android project folder
|── /assets                           // fonts and images used by the application
|── App.tsx                           // app entry point
|── /pages                            // sample application pages
└── /router                             
    |── index.tsx                     // sets up routing
    └── navigation-drawer.tsx         // sets up Drawer
3.0.0-alpha.0

11 days ago

2.2.0

6 months ago

2.2.0-alpha.0

6 months ago

2.1.0-beta.0

2 years ago

2.1.0-alpha.2

2 years ago

2.1.0-alpha.1

2 years ago

2.1.0-alpha.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

2.0.0-beta.0

2 years ago