Daniel Williams

Results 556 comments of Daniel Williams

Can you provide a public repro with those versions of react and react native? That would save a lot of time on my side. I don't have this issue on...

Can you provide a reproduction? theres not much to go off of here unfortunately.

let me check, I have recently pushed some fixes that I need to update the examples to reflect Sorry for the delay, I'm maintaining a lot of example projects so...

that error is from not having package exports enabled in metro, though it should run if you use `yarn storybook:ios` or just edit withStorybook in metro to `enabled:true`

OK nvm I broke it in my recent release but I have a fix coming in the next 10 mins

@trooperandz should be fixed in 8.3.9 and by keeping the withStorybook config enabled. Theres probably still some tweaking to do here on my part, metro is just really tricky 😅

some code I've added to this example to make everything work as expected and remove storybook from non storybook builds. ( see the metro config file ) ``` const config...

Experimenting with adding this to `withStorybook` as an option. https://github.com/storybookjs/react-native/pull/622/files probably will ship it as it seems harmless as an option

The storybook enabled var is set in the script you run from package.json, are you saying the storybook script wasn't working for that? If you are going to run from...

I've not run into this issue myself when i run the project but i will take a look soon and see if i can reproduce. You'll only get that if...