react-native-shake icon indicating copy to clipboard operation
react-native-shake copied to clipboard

React Native shake event detector

Results 5 react-native-shake issues
Sort by recently updated
recently updated
newest added

I tested my physical phone and I'm sure 'release' version. "react": "18.2.0", "react-native": "^0.72.5", "react-native-shake": "^5.6.2" `useEffect(() => { Alert.alert('shake!'); RNShake.addListener(() => Alert.alert('done!')); return () => { RNShake.removeAllListeners(); }; },...

When i build the android app with gradle, I get the error below. ``` > Task :react-native-shake:buildCodegenCLI FAILED FAILURE: Build completed with 2 failures. 1: Task failed with an exception....

I tried on release mode, dev mode but still it doesn't work the listener is not being triggered I am using "react-native-shake": "^5.6.0", "react-native": "0.73.2",

Getting this error after upgrading to 5.5.0. ``` Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n...

Overly Sensitive Shake Event Detection on Android with v4.0.2 I've been experiencing some problems with the shake event detection in version 4.0.2. It appears that even a slight movement of...