@hubspire/create-rn-app
v1.2.8
Published
This package helps to setup a React Native project quickly using HubSpire's boilerplate code.
Downloads
5
Keywords
Readme
React Native App Quickstart
This package helps to setup a React Native project quickly using HubSpire's boilerplate code.
Prerequisites
This project requires React Native environment setup. Make sure you have completed the instructions to setup the React Native environment.
Make sure you have configured SSH key for bitbucket and has proper access to the boilerplate repository.
Table of contents
Installation
To install and set up the project, run:
$ npx @hubspire/create-rn-app@latest <ProjectName> <BundleIdentifier(optional)>
Getting Started
To run the ios development app, run from root folder:
$ npm run ios:dev
To run the android development app, run from root folder:
$ npm run android:dev