JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q58251F
  • License MIT

Expo Equivalent of Storybook

Package Exports

  • @medayo/expo-cool-storybook

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@medayo/expo-cool-storybook) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CircleCI

Expo Cool Storybook (WIP)

Visual Regression Testing for Expo projects. Click watch ;-). Will be updated soon.

Whats the problem

Have you ever used Storybook? It's fantastic, however, it is not the best with React Native. Loki is a tool that will work with Storybook to navigate through your components and take a screenshot of the component (that is on screen).

Few of issues:

  • CI is not scalable with this approach.
  • Expo has a very nice splash screen in which CI can't tap/click on the wizard. :-( Sadtimes
  • It's very slow to spin up indivial phones and visual regression all of them.
  • It's hard to setup everything unless you know what you are doing

Don't worry thought Expo "Cool Storybook" is here to npm your way into your project!

Install:

npm install @medayo/expo-cool-storybook

Please have a look in the example folder for usage.