Replies: 1 comment
-
To give an update waiting and checking for the viewRef is not enough. i had to use the onLayout to know when it's ready and call maybe it's worth looking into to prevent the crash at least. from the crash report i had on ios: https://gist.github.com/wcastand/f7d3ce5ef4fc214fa49d0a3e7e1b0727 on line 49 in the report can see the error coming from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello trying to use skia to blur a text based on user preference saved in AsyncStorage but the issue is that the app crashes when i try to use it in a useEffect.
i have to do something like this to avoid crashes (setTimeout):
any idea how i can get a snapshot view to blur it if the user ask for the blur to be from the start. not sure if an issue i need to make or me using it incorrectly.
Beta Was this translation helpful? Give feedback.
All reactions