React Native Shake 4 released
· One min read
It's been a while, but I can finally come back to this project. With this new version, we have:
- Fully typed code with TypeScript.
- Rewritten iOS module. It now works on both Debug and Release mode.
- Shorter API. It's now just:
RNShake.addListener(() => {
// Your code...
});