Adam Tyler

Results 36 comments of Adam Tyler

I got by this specific error by using: ``` config.resolver.unstable_conditionNames: ['browser', 'require', 'react-native'], ``` in my `metro.config.js`. Unfortunately I'm now running into this issue: ![Image](https://github.com/user-attachments/assets/301282b8-f98a-4a28-9d8d-62709ac03fbc)

@mzaien @dannyhw adding the babel plugin did take care of it! I originally tried adding it with yarn but forgot to include it in the babel.config running storybook now is...

I had a few of those that I commented out. Let me add my current config to make this easier (you can see commented out parts from v7 config). Let...

> Hmm I guess you may just need package exports enabled > > [unstable_enablePackageExports](https://metrobundler.dev/docs/configuration/#unstable_enablepackageexports-experimental) > > its also added by withStorybook when enabled is true This fixed it! Thanks @dannyhw

has there been any progress towards this issue? Its blocking us from running maestro tests against Android

I tested on Android with a the following: ``` appId: ${APP_ID} --- - launchApp: arguments: isE2E: true coolThing: 'Launch app with E2E flag' ``` And using the following in my...