-
Notifications
You must be signed in to change notification settings - Fork 24
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
react native skia configuration with react native web #88
Comments
I solved that by adding to my However, I need to use WithSkiaWeb on each component that requires Skia, and this approach is causing various problems with both the props and the native side. To address this, can I initialize Skia at the entry point of the web application with the above code? Additionally, could you please clarify when the AppRegistry for the web application is registered?
my
|
AppRegistry.registerComponent does not seem ideal here. |
Decoratore cannot help me here because is get the Story as component |
you can use a custom render function, that might work better |
Hi @dannyhw I appreciate your work This is what I did, but I had some problems with it that I thought could be solved in a better way with |
I try to use it with skin in my components project
but I got an error when I came to the web
I reproduce this error in the repo
https://github.com/YOEL311/storybookPublic
reproduce step
I tried all ways from this page but I already get the error
https://shopify.github.io/react-native-skia/docs/getting-started/web
The text was updated successfully, but these errors were encountered: