Skip to content

This monorepo includes all the Brightlayer UI's react native resources

Notifications You must be signed in to change notification settings

etn-ccis/blui-react-native

Repository files navigation

blui-react-native

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.

Included Packages

Contributing

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