react-native-oauth
react-native-oauth copied to clipboard
Remove override of createJSModules from OAuthManagerPackage.java
The current version of React Native 0.47 has removed the createJSModules method in ReactPackage. Therefore any overrides of this method will need to be removed from the library, or this will cause a compilation error.
https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8
Yes, since RN 0.47 it's really necessary. I have to manually clean createJSModules every time.
Yes please! Make a new release without the override annotation.