douglasjunior / react-native-easybluetooth-classic

⚛ A Library for easy implementation of Serial Bluetooth Classic on React Native (Android Only).
https://www.npmjs.com/package/easy-bluetooth-classic
MIT License
43 stars 7 forks source link

Remove createJSModules override #4

Closed k4r1 closed 7 years ago

k4r1 commented 7 years ago

RN 0.47 introduces a breaking change to createJSModules: https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8

This commit upgrades as advised in the commit message of ce6fb33.

douglasjunior commented 7 years ago

Well remembered, thank you.