-
Notifications
You must be signed in to change notification settings - Fork 16
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
Text disappears when I try to enable selectable
and uiTextView
#20
Comments
Having the same issue |
+1 really need help |
Expo SDK 52 When newArchEnabled is true, 2.0.0 and 1.4.0 all failed When newArchEnabled is false, 1.4.0 is OK |
I am having the same issue. It's basically (AFAIK) because Fabric is not supported by this library which is now the default since React Native |
Does anyone have any idea which part of the library might be causing this issue? |
@henninghall It's because this library does not support Fabric which is the new default renderer starting at React Native |
I am still working on a minimal reproducible example but in my project when I enable
selectable
anduiTextView
the Text content just disappears.I've tried on version 1.4.0 and 2.2.0rc.
I'm wondering if anyone else has seen this?
In the mean time I'll try to create a shareable example.
The text was updated successfully, but these errors were encountered: