We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095c820 commit 7116c24Copy full SHA for 7116c24
index.js
@@ -82,7 +82,7 @@ class InCallManager {
82
if (Platform.OS === 'android') {
83
Vibration.vibrate([0, 1000, 3000], true);
84
} else {
85
- this.vibrate = false;
+ Vibration.vibrate([0, 3000], true); // --- should enable this after RN merged our PR
86
}
87
88
0 commit comments