Closed AfrazHussain closed 5 years ago
Looks good. Am I correct however in assuming this will beak compatibility for any users using RN < 0.61.2?
I don't think this will break compatibility. Nothing that I could find regarding that. This was introduced in RN 0.47 as a breaking change (as you can see in this link https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8), so I highly doubt this will break anything for anyone. There is legacy code for other people nonetheless.
Oh sorry, didn't notice it was that old! All good then!
Published to NPM as react-native-email-link@1.6.2
.
This PR removes the Override in on the
createJSModules
call. For more information: https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8I have tested and everything works fine on RNv0.61.2.