marcshilling / react-native-idle-timer

A cross-platform bridge that allows you to enable and disable the screen idle timer in your React Native app
MIT License
212 stars 41 forks source link

[Android] Remove deprecated override on createJSModules method #9

Closed negativetwelve closed 7 years ago

negativetwelve commented 7 years ago

createJSModules is now not required on Android from RN 0.47. This is backwards compatible!

negativetwelve commented 7 years ago

hey @marcshilling, thanks for merging, could we cut a new release with this applied?

oblador commented 7 years ago

@marcshilling Any chance of releasing this?

marcshilling commented 7 years ago

@negativetwelve @oblador done - v2.1.4

oblador commented 7 years ago

Fantastic, thanks!

negativetwelve commented 7 years ago

thanks!