diff --git a/README.md b/README.md index b359d7d..51cf009 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,10 @@ module.exports = { name: '@storybook/addon-react-native-web', options: { modulesToTranspile: ['react-native-reanimated'], - babelPlugins: ['react-native-reanimated/plugin'], + babelPlugins: [ + '@babel/plugin-proposal-export-namespace-from', + 'react-native-reanimated/plugin', + ], }, }, ],