Bluesky app fork with some witchin' additions 💫

iOS 26 with design compatibility mode (#9059)

* enable design compat mode

* patch compressor lib

https://github.com/numandev1/react-native-compressor/issues/367

authored by samuel.fm and committed by

GitHub 6983efee ac71ea23

+11
+1
app.config.js
··· 102 102 'zh-Hans', 103 103 'zh-Hant', 104 104 ], 105 + UIDesignRequiresCompatibility: true, 105 106 }, 106 107 associatedDomains: ASSOCIATED_DOMAINS, 107 108 entitlements: {
+10
patches/react-native-compressor+1.11.0.patch
··· 1 + diff --git a/node_modules/react-native-compressor/ios/Video/VideoMain.swift b/node_modules/react-native-compressor/ios/Video/VideoMain.swift 2 + index 6fe5e9c..af8a0b5 100644 3 + --- a/node_modules/react-native-compressor/ios/Video/VideoMain.swift 4 + +++ b/node_modules/react-native-compressor/ios/Video/VideoMain.swift 5 + @@ -1,5 +1,4 @@ 6 + import Foundation 7 + -import AssetsLibrary 8 + import AVFoundation 9 + import Photos 10 + import MobileCoreServices