React Native Shake screenshot

React Native Shake

Author Avatar Theme by Doko demo doa
Updated: 11 Jan 2026
303 Stars

React Native shake event detector

Categories

Overview

The React Native Shake Event Detector is a library designed for React Native apps, allowing developers to easily add a shake event detector. This library was created as an alternative to react-native-shake-event, which is no longer in active development.

Features

  • Shake Event Detection: Easily add shake event detection functionality to your React Native app.
  • Alternate to react-native-shake-event: A replacement for the inactive react-native-shake-event library.
  • Real Device Compatibility: Works specifically on real devices for accurate shake event detection.

Installation

To install the React Native Shake Event Detector, follow these steps:

  1. For React Native 0.60 and newer versions, automatic linking is supported. Simply run the following command:
    npm install @organism/react-native-shake-event --save
    
  2. For manual installation on iOS, refer to the provided guide for detailed instructions.

Summary

The React Native Shake Event Detector is a useful library for developers looking to implement shake event detection in their React Native applications. It offers a simple alternative to the inactive react-native-shake-event library and is compatible with real devices for accurate and reliable functionality. With easy installation steps, developers can quickly integrate this library into their projects to enhance user interactions.