1.0.0-alpha.0 • Published 3 years ago

@daileytj/pxb-react-native-template-routing-typescript v1.0.0-alpha.0

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

Routing Template (TypeScript)

npm (scoped)

This is an official PX Blue template used internally by the PX Blue 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 PX Blue React Native Component Library.

Usage

This template can be used with the PX Blue CLI:

npx -p @pxblue/cli pxb 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:

└── root
└── App.tsx                            // app entry point
└── pages                              // sample application pages
└── router                             
    |-- index.tsx                      // sets up routing
    └── navigation-drawer.tsx          // sets up Drawer