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
216 stars 42 forks source link

Export default IdleTimerManager #1

Closed jdeniau closed 8 years ago

jdeniau commented 8 years ago

Simplify usage by exporting IdleTimeManager directly.

Add documentation on how to use with rnpm

marcshilling commented 8 years ago

Thanks!