-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
ReText cause app to crash 😵 ! #476
Comments
I tried going back to 16.2.2 but still facing the same issue. |
im facing the same issue, found any solution? Solution: it turns out that the
|
@wcandillon any help on this ? |
For text animation the new recommend way is to use react-native-skia: https://github.com/shopify/react-native-skia |
@wcandillon so its not gonna be fixed here, and I'm supposed to be going to skia? I wasn't really able to use skia on expo due to it being outdated, types are mismatched with the documentation (cuz its outdated in expo). Can you give a tutorial/doc of you porting a I just wanted to render a text with my animated values, why should it be so troublesome to do it? |
In SDK 50 the version of RN Skia shipped will be stable enough, I have to apologize for the API being quite different in Expo Go (due to our in Text being recent). |
Hi,
I was using ReText in the Redash version 16.2.2 it was working fine, But after updating to 16.2.3 the app started to crash again and again after I run
expo run:android
.I started commenting out my components to find out the cause and the search stopped on the Retext component.
even a simple one like this caused my app to crash :
I am using a custom expo client since I have to use the native blur lib
@react-native-community/blur
other packages :
The text was updated successfully, but these errors were encountered: