Skip to content

Commit 7116c24

Browse files
committed
add vibration support ios
1 parent 095c820 commit 7116c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class InCallManager {
8282
if (Platform.OS === 'android') {
8383
Vibration.vibrate([0, 1000, 3000], true);
8484
} else {
85-
this.vibrate = false;
85+
Vibration.vibrate([0, 3000], true); // --- should enable this after RN merged our PR
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)