npm i -S anchor-ui-native
yarn add anchor-ui-native
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
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.
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