about summary refs log tree commit diff
path: root/patches
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-06-14 19:01:31 +0200
committerGitHub <noreply@github.com>2024-06-14 18:01:31 +0100
commit94c1f4968d7a09e04389b25a17f0125ffc375db3 (patch)
treeb2b07647a2b36131205134a83615e9b5b707d256 /patches
parentf8c58a68a9a78689f9f636f3d739d9574a18ff7b (diff)
downloadvoidsky-94c1f4968d7a09e04389b25a17f0125ffc375db3.tar.zst
Resolve patch-package warnings (#4520)
Diffstat (limited to 'patches')
-rw-r--r--patches/expo-haptics+13.0.1.patch (renamed from patches/expo-haptics+12.8.1.patch)4
-rw-r--r--patches/expo-updates+0.25.14.patch (renamed from patches/expo-updates+0.25.11.patch)4
2 files changed, 4 insertions, 4 deletions
diff --git a/patches/expo-haptics+12.8.1.patch b/patches/expo-haptics+13.0.1.patch
index a95b56f3b..9c7b9a666 100644
--- a/patches/expo-haptics+12.8.1.patch
+++ b/patches/expo-haptics+13.0.1.patch
@@ -1,9 +1,9 @@
 diff --git a/node_modules/expo-haptics/android/src/main/java/expo/modules/haptics/HapticsModule.kt b/node_modules/expo-haptics/android/src/main/java/expo/modules/haptics/HapticsModule.kt
-index 26c52af..b949a4c 100644
+index 1520465..6ea988a 100644
 --- a/node_modules/expo-haptics/android/src/main/java/expo/modules/haptics/HapticsModule.kt
 +++ b/node_modules/expo-haptics/android/src/main/java/expo/modules/haptics/HapticsModule.kt
 @@ -42,7 +42,7 @@ class HapticsModule : Module() {
-
+ 
    private fun vibrate(type: HapticsVibrationType) {
      if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
 -      vibrator.vibrate(VibrationEffect.createWaveform(type.timings, type.amplitudes, -1))
diff --git a/patches/expo-updates+0.25.11.patch b/patches/expo-updates+0.25.14.patch
index 5f9eceef4..6fc4fc5fc 100644
--- a/patches/expo-updates+0.25.11.patch
+++ b/patches/expo-updates+0.25.14.patch
@@ -1,11 +1,11 @@
 diff --git a/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift b/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift
-index b85291e..07a5d3c 100644
+index b85291e..546709d 100644
 --- a/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift
 +++ b/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift
 @@ -78,13 +78,20 @@ public final class ExpoUpdatesUpdate: Update {
        status = UpdateStatus.StatusPending
      }
-     
+ 
 +    // Instead of relying on various hacks to get the correct format for the specific
 +    // platform on the backend, we can just add this little patch..
 +    let dateFormatter = DateFormatter()