Skip to content

anchorchat/anchor-ui-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnchorUI Native

Install using npm

npm i -S anchor-ui-native

Or install using yarn

yarn add anchor-ui-native

Requirements

  • Node ^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0
  • Yarn

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