This blui-react-native is the one stop repository for all of the Brightlayer UI React Native packages, showcase examples and consolidated dev docs projects within a single codebase. You need to clone this repo and do yarn install
at root level, all of the projects dependencies will be installed together, then checkout to any of the project folder and run.
Prerequisites:
Node.js and npm installed (https://nodejs.org/en/download/package-manager)
Clone the Repository:
git clone https://github.com/etn-ccis/blui-react-native.git
Install Dependencies:
cd blui-react-native
yarn install
Run docs project:
cd docs
yarn dev
Run example projects:
cd examples/showcase
yarn start