You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using React Native version 0.73.0, and during the Android build, I encountered the following error:
{root-directory}/node_modules/react-native-text-gradient/android/src/main/java/iyegoroff/RNTextGradient/RNShadowTextGradient.java:152: error: dispatchUpdates(float,float,UIViewOperationQueue,NativeViewHierarchyOptimizer) in RNShadowTextGradient cannot implement dispatchUpdates(float,float,UIViewOperationQueue,NativeViewHierarchyOptimizer) in ReactShadowNode public boolean dispatchUpdates( ^ return type boolean is not compatible with void
It seems there is a mismatched interface in the Facebook React Native library starting from version 0.73.0. Considering this, do you think it would be advisable to downgrade my React Native version to 0.72.0?
The text was updated successfully, but these errors were encountered:
I'm using React Native version 0.73.0, and during the Android build, I encountered the following error:
It seems there is a mismatched interface in the Facebook React Native library starting from version 0.73.0. Considering this, do you think it would be advisable to downgrade my React Native version to 0.72.0?
The text was updated successfully, but these errors were encountered: