What's Changed
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