Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 381 Bytes

File metadata and controls

17 lines (9 loc) · 381 Bytes

Setup

yarn

Generate Storybook Loader

yarn make-storybook

NOTE: Otherwise the file storyLoader.js is missing and bundling will fail.

Enter Storybook Mode

Storybook Mode is enabled via environment variables handled by react-native-config.

To enter Storybook Mode, create .env with

IS_STORYBOOK=true