Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

This rep has moved. React Native project templates for use with the Brightlayer UI CLI

Notifications You must be signed in to change notification settings

brightlayer-ui/react-native-cli-templates

 
 

Repository files navigation

This repo has been archived and moved here.

React Native CLI Templates

These are project templates that are used by the Brightlayer UI CLI when starting a new Brightlayer UI project. They are used behind the scenes by the Brightlayer UI CLI.

Available Templates

Blank

The Blank template provides a bare-bones application with Brightlayer UI components and themes automatically configured and ready to use.

Routing

The Routing template provides all of the essential Brightlayer UI configuration as well as additional configuration for using React Navigation. It also adds a navigation Drawer to switch between several sample screens.

Authentication

The Authentication template includes everything from the Routing template and also installs and configures the Brightlayer UI react-native-auth-workflow package to automatically wrap the main application with functions and screens for Login, Registration, Change Password, etc.

placeholder landing page navigation drawer & routing login & registration screens
Blank
Routing
Authentication

Screenshots

Blank Template

Blank Template

Routing Template With Collapsed Drawer

Routing Template

Routing Template With Expanded Drawer

Routing Template

Authentication Template Login Page

Authentication Template

Usage

You can use these templates with the Brightlayer UI CLI (recommended):

npx -p @brightlayer-ui/cli blui new react-native --cli=rnc --template=blank-typescript
npx -p @brightlayer-ui/cli blui new react-native --cli=rnc --template=routing-typescript
npx -p @brightlayer-ui/cli blui new react-native --cli=rnc --template=authentication-typescript

About

This rep has moved. React Native project templates for use with the Brightlayer UI CLI

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • JavaScript 8.2%