Bluesky app fork with some witchin' additions 💫

Resolve patch-package warnings (#4520)

authored by danabra.mov and committed by

GitHub 94c1f496 f8c58a68

+4 -4
+2 -2
patches/expo-haptics+12.8.1.patch patches/expo-haptics+13.0.1.patch
··· 1 1 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 2 - index 26c52af..b949a4c 100644 2 + index 1520465..6ea988a 100644 3 3 --- a/node_modules/expo-haptics/android/src/main/java/expo/modules/haptics/HapticsModule.kt 4 4 +++ b/node_modules/expo-haptics/android/src/main/java/expo/modules/haptics/HapticsModule.kt 5 5 @@ -42,7 +42,7 @@ class HapticsModule : Module() { 6 - 6 + 7 7 private fun vibrate(type: HapticsVibrationType) { 8 8 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { 9 9 - vibrator.vibrate(VibrationEffect.createWaveform(type.timings, type.amplitudes, -1))
+2 -2
patches/expo-updates+0.25.11.patch patches/expo-updates+0.25.14.patch
··· 1 1 diff --git a/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift b/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift 2 - index b85291e..07a5d3c 100644 2 + index b85291e..546709d 100644 3 3 --- a/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift 4 4 +++ b/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift 5 5 @@ -78,13 +78,20 @@ public final class ExpoUpdatesUpdate: Update { 6 6 status = UpdateStatus.StatusPending 7 7 } 8 - 8 + 9 9 + // Instead of relying on various hacks to get the correct format for the specific 10 10 + // platform on the backend, we can just add this little patch.. 11 11 + let dateFormatter = DateFormatter()