@pxblue/react-native-template-blank

The base template for React Native projects created with the PX Blue CLI.

Usage no npm install needed!

<script type="module">
  import pxblueReactNativeTemplateBlank from 'https://cdn.skypack.dev/@pxblue/react-native-template-blank';
</script>

README

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