Skip to content

Releases: Doko-Demo-Doa/react-native-shake

Library revamp - 6.0.0-beta.2

22 Aug 09:23
Compare
Choose a tag to compare

As you might knew, for the past two years this lib hasn't been maintained well and there were number of issues with new architecture, not working on iOS, Expo support,...

I decided to rewrite this library using Callstack's excellent scaffold tool: https://callstack.github.io/react-native-builder-bob/create

So now we have:

  • New architecture support with backward compatibility.
  • Expo CNG support out of the box. It doesn't work with Expo Go because of native code and that's expected.
  • Migrate Android code to Kotlin.
  • Supports and tested with latest version of React Native (0.75.x as of now)

5.6.2

26 Mar 09:02
Compare
Choose a tag to compare

@types/react-native removal.

5.6.0

07 Jan 19:24
Compare
Choose a tag to compare

Remove restriction on react-native version.

5.5.2

24 Oct 08:57
Compare
Choose a tag to compare

This includes fixes from #54 and #57 .

5.5.0

04 Aug 06:46
Compare
Choose a tag to compare

Fix the codegen on #50

5.4.0

26 Jun 08:51
Compare
Choose a tag to compare
  • New architecture supported
  • Make dependency versions flexible

5.3.2

13 Apr 06:54
Compare
Choose a tag to compare

Fix the build issue on XCode 14.3. Thanks to #43

5.3.1

27 Mar 15:38
Compare
Choose a tag to compare
Remove warning

5.3.0

26 Mar 10:41
Compare
Choose a tag to compare

Fixed an issue where RN yields warnings.

5.2.0

20 Mar 16:07
Compare
Choose a tag to compare
  • Removed non-null argument.
  • Update dependencies to match latest react-native lib in reasonable way.

Breaking change: removeCurrentListener method is removed, please use the subscription.remove() as drop-in replacement.