Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 583 Bytes

Installation.md

File metadata and controls

39 lines (26 loc) · 583 Bytes

Installation

Clone or fork the project

git clone https://github.com/natura-cosmeticos/natds-rn.git

Install dependencies

yarn install

If you intend to run on an iOS device/simulator

cd ios
pod install

Check your Installation

We use storybook to build our native samples for ios and android, and also the web docs.

To preview your changes on the device/simulator run:

yarn ios

# OR

yarn android

To preview your documentation changes on the browser run:

yarn storybook:web