@brightlayer-ui/react-native-template-blank

The base template for React Native projects created with the Brightlayer UI CLI.

Usage no npm install needed!

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

README

Blank Template (JavaScript)

npm (scoped)

This is an official Brightlayer UI template used internally by the Brightlayer UI CLI.

This template installs the basic Brightlayer UI 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 Brightlayer UI CLI:

npx -p @brightlayer-ui/cli blui 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