-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ToggleStorybook vs react-native-camera #1826
Comments
We probably need to move the ignite/boilerplate/storybook/storybook.tsx Lines 11 to 16 in ef5810a
According to @dannyhw from React Native Storybook, it polyfills some things which can be problematic and possibly causing this issue. (Potentially resolved in Storybook 6.x) |
potentially related issue: storybookjs/react-native#20 |
@maqeelqureshi it would be worth checking this on the latest version of ignite since the change in #1906 would probably fix this issue. You could also just apply the patch from that PR to your own project and that should also work |
react-native-camera library doesn't work inside ToggleStorybook tag.
I am trying to use camera library. Camera component works fine in simple RN project but when I try to use the same in ignite project, it shows black screen.
Only if I remove the ToggleStorybook parent element in app.tsx than it works fine.
Any suggestion?
The text was updated successfully, but these errors were encountered: