* Dev dependecies * upgrade tinycolor2 * upgrade rn-placeholder * upgrade react-native@0.63.3 * Upgrade react-native-vector-icons * Upgrade react-native-screens * Upgrade react-native-safe-area-context * Upgrade react-native-reanimated * Upgrade react-native-permissions * Upgrade react-native-localize * Upgrade react-native-image-picker * Upgrade react-native-haptic-feedback * Upgrade react-native-gesture-handler * Upgrade react-native-file-viewer * Upgrade react-native-document-picker * Upgrade react-native-device-info * Upgrade react-native-calendars * Upgrade mime-db * Upgrade jail-monkey * Upgrade fuse.js * Upgrade emoji-regex * Upgrade deep-equal * Upgrade @react-navigation * Upgrade @react-native-community/netinfo * Upgrade @react-native-community/clipboard * Upgrade @react-native-community/cameraroll * Upgrade @react-native-community/async-storage * Upgrade @sentry/react-native * Upgrade @types/react-native * Upgrade jest
13 lines
832 B
Diff
13 lines
832 B
Diff
diff --git a/node_modules/react-native-haptic-feedback/android/src/main/java/com/mkuczera/RNReactNativeHapticFeedbackModule.java b/node_modules/react-native-haptic-feedback/android/src/main/java/com/mkuczera/RNReactNativeHapticFeedbackModule.java
|
|
index cc597e0..db3c3f9 100644
|
|
--- a/node_modules/react-native-haptic-feedback/android/src/main/java/com/mkuczera/RNReactNativeHapticFeedbackModule.java
|
|
+++ b/node_modules/react-native-haptic-feedback/android/src/main/java/com/mkuczera/RNReactNativeHapticFeedbackModule.java
|
|
@@ -39,7 +39,7 @@ public class RNReactNativeHapticFeedbackModule extends ReactContextBaseJavaModul
|
|
|
|
switch (type) {
|
|
case "impactLight":
|
|
- durations = new long[]{0, 20};
|
|
+ durations = new long[]{0, 5};
|
|
break;
|
|
case "impactMedium":
|
|
durations = new long[]{0, 40};
|