-
Notifications
You must be signed in to change notification settings - Fork 59
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
Missing support for React Native 0.74 #221
Comments
Thanks @MrRefactor for reporting this issue. I confirm this is reproducible on my end. Working on a fix. |
WorkaroundApply the following change in -import com.facebook.react.views.text.CustomLineHeightSpan;
+import com.facebook.react.views.text.internal.span.CustomLineHeightSpan; |
Hey @tomekzaw, thanks! This change work for me. Do we have a plan to release a version that includes this fix in RN 0.74+? |
Hey @tomekzaw It seems there are more build issues on rn0.74, we have also reproduced those on example app in the library upgrading it to rn 0.74 and enabling new arch:
|
Should be fixed with #358. Don't forget to apply patch to |
Hey, while working on an upgrade to react-native 0.74.0-rc.2 I have build errors related to use of deprecated Gradle features.
Confirmed on fresh react native app with rn-0.74.0-rc.2
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
The text was updated successfully, but these errors were encountered: