Skip to content

mismatch in a method override  #60

@agj017

Description

@agj017

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions