@daileytj/pxb-react-native-template-routing-typescript
v1.0.0-alpha.0
Published
A template with pre-configured routing for React Native projects created with the PX Blue CLI.
Downloads
2
Maintainers
Readme
Routing Template (TypeScript)
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