-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working at all #64
Comments
try react-native v0.72.3 |
It's not working for us either after updating to the latest version of
We had to downgrade |
|
New version updated, which is 6.0.0-beta.2. Can you try it? |
Same issue also with the 6.0.0-beta.2 version |
same issue, and I can't build with @5.5.2 |
same issue, not working on android emulator |
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(); }; }, []);
it only works 'Alert.alert('shake!')'
The text was updated successfully, but these errors were encountered: