expo-shake
v1.0.0-alpha.1
Published
Detect shaking activity
Downloads
186
Maintainers
Readme
Quick Start
Create a universal React project with expo-shake setup:
Installation
yarn add expo-shake expo-sensorsUsage
Import the library into your project file:
import * as Shake from 'expo-shake';Demo
Shake.addListener(() => {
alert('Undo Typing');
});
Shake.removeSubscription(() => {});