react-native-orientation
react-native-orientation copied to clipboard
fixed #234
Sensor base orientation change event added in android
Thanks for the great work on this… I've made a custom fork to include it since the PR has been open for quite some time, and it's working well in my testing.
~~This should probably have some documentation added for the README
.~~ Oops… missed that.
It'd be worth considering adding a removeSensorBaseOrientationListener
call so that the exposed API is more similar to the <add|remove>SpecificOrientationListener
API.