2.0.0 • Published 3 years ago

@pxblue/react-native-template-blank v2.0.0

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

Blank Template (JavaScript)

npm (scoped)

This is an official PX Blue template used internally by the PX Blue CLI.

This template installs the basic PX Blue libraries for themes and components and configures the application to use them. It includes a simple placeholder screen that you can replace with your own application content.

Usage

This template can be used with the PX Blue CLI:

npx -p @pxblue/cli pxb new react-native --name=myapp --cli=rnc --language=js --template=blank

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.js                                 // sample landing page