anchor-ui-native
v3.4.0
Published
## Install using npm
Downloads
22
Readme
AnchorUI Native
Install using npm
npm i -S anchor-ui-native
Or install using yarn
yarn add anchor-ui-native
Requirements
Getting started
Install the node_modules:
yarn install
Copy the lib
folder to docs
and examples
:
make build
Copy the lib
folder and watch for changes:
yarn run watch
Running the examples
After installing the requirements in the root directory, navigate to examples
and install it's requirements.
cd examples && yarn install
Start the example React Native app by running:
yarn start
This will start Expo and you can choose to run the examples in a simulator or real device.
Check example's README for using the React Native debugger.
Running the docs
After installing the requirements in the root directory, navigate to docs
and install it's requirements.
cd docs && yarn install
Start the docs React app by running:
yarn start