iyegoroff / react-native-text-gradient

Text gradient for React-Native (ON HIATUS)
MIT License
96 stars 32 forks source link

mismatch in a method override #60

Open agj017 opened 10 months ago

agj017 commented 10 months ago

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?