react-native-discovery icon indicating copy to clipboard operation
react-native-discovery copied to clipboard

Remove override of createJSModules

Open Kuchitama opened this issue 7 years ago • 0 comments

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.

See: facebook/react-native@ce6fb33

This is helpful: https://github.com/oblador/react-native-vector-icons/pull/516/files

Kuchitama avatar Dec 08 '17 17:12 Kuchitama