Skip to content

Commit

Permalink
add vibration support ios
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcpoiu committed Jan 26, 2017
1 parent 095c820 commit 7116c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class InCallManager {
if (Platform.OS === 'android') {
Vibration.vibrate([0, 1000, 3000], true);
} else {
this.vibrate = false;
Vibration.vibrate([0, 3000], true); // --- should enable this after RN merged our PR
}
}
}
Expand Down

0 comments on commit 7116c24

Please sign in to comment.