Skip to content

Release 2.0.0

Choose a tag to compare

@gladiuscode gladiuscode released this 02 Nov 18:22
· 42 commits to main since this release

2.0.0 (2024-11-02)

Major Update

Although there are no significant changes to the public API, I've decided to increment the major version of the library, since this it is now using the Sensor Framework to compute the device orientation, furthermore it is now doing so based on usages, determined by listeners availability.

There shouldn't be much of a difference with the old version.
As always, feel free to open any issue if you happen to experience any.

Features

  • android: add main module and utils tests (#34) (c0c0137)
  • android: enable and disable sensors based on usage (#36) (dd7fb9e)
  • android: implement missing device orientations (#32) (1c4c41e)
  • android: improve native structure (#29) (890a3d3)
  • improve example app with navigation (#37) (0da11be)
  • iOS: improve native structure (#30) (d3a7bc3)
  • upgrade react-native to latest (#38) (8c23108)