Clone or fork the project
git clone https://github.com/natura-cosmeticos/natds-rn.git
yarn install
cd ios
pod install
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