Releases: Doko-Demo-Doa/react-native-shake
Releases · Doko-Demo-Doa/react-native-shake
Library revamp - 6.0.0-beta.2
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
@types/react-native removal.
5.6.0
Remove restriction on react-native version.
5.5.2
5.5.0
5.4.0
- New architecture supported
- Make dependency versions flexible
5.3.2
5.3.1
Remove warning
5.3.0
Fixed an issue where RN yields warnings.
5.2.0
- 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.