yarn @storybook/react-native 9.0.18
v9.0.18

latest releases: 9.1.2-alpha.0, 10.0.0-beta.0, 9.1.1...
one month ago

What's Changed

  • feat: add option to mock out ui dependencies by @dannyhw in #771

You can now pass this option when using the lite-ui or a custom ui to mock 3rd party dependencies out so you don't need to install reanimated etc

module.exports = withStorybook(defaultConfig, {
  liteMode: true,
});

Full Changelog: v9.0.17...v9.0.18

Don't miss a new react-native release

NewReleases is sending notifications on new releases.