Skip to content

irasantiago/poc-storybook-react-native

Repository files navigation

poc-storybook-react-native

Sample React Native app for testing Storybook workflow.

Getting started

  1. Install dependencies: yarn install
  2. Run storybook: yarn storybook
  3. Run the app: yarn start

To view and/or play around with storybook addons, like knobs, visit http://localhost:7007 on your web browser.

To run storyshots: yarn test

Summary

react-native-storybook-loader is being used to override the default folder and file patterns established by @storybook/react-native. In this repo, it helps isolate components into their own folders with their respective tests, stories and styles.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published