I launch my app on emulator device by command: react-native run-android. I use the Vibration API in my app, how to check if vibration happened ?
Thanks.
I launch my app on emulator device by command: react-native run-android. I use the Vibration API in my app, how to check if vibration happened ?
Thanks.
As this answer you can look for the vibration message in the logcat, you can use logcat -b system
command