github storybookjs/react-native v9.0.0-rc.4

latest releases: v9.1.2-alpha.0, v10.0.0-beta.0, v9.1.1...
pre-release3 months ago

What's Changed

You can now use the LiteUI to remove the dependency on reanimated, gesture handler, svg and safeareaview or even pass a custom ui to the getStorybookUI function call as CustomUIComponent

component should have this signature

export type SBUI = (props: {
  story?: StoryContext<ReactRenderer, Args>;
  storyHash: API_IndexHash;
  setStory: (storyId: string) => void;
  storage: Storage;
  theme: Theme;
  children: ReactElement;
}) => ReactElement;

Full Changelog: v9.0.0-beta.7...v9.0.0-rc.4

Don't miss a new react-native release

NewReleases is sending notifications on new releases.