Update to react-native 0.80.x (#3179)

* Update to latest 0.79

* Update package.json

* Update .flowconfig

* Update files with upgrade helper

* Info.plist updates

* Update package-lock.json

* Update Podfile.lock
This commit is contained in:
Johannes Klein
2025-11-03 13:19:11 +01:00
committed by GitHub
parent b971a2f9f2
commit e82ec31ed9
13 changed files with 1949 additions and 1119 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -6,6 +6,19 @@
<string>org.inaturalist.iNaturalistMobile</string>
<key>HostAppURLScheme</key>
<string>inaturalistmobile://</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
@@ -21,31 +34,20 @@
<key>NSExtensionPointIdentifier</key>
<string>com.apple.share-services</string>
</dict>
<key>RCTNewArchEnabled</key>
<true/>
<key>ReactShareViewBackgroundColor</key>
<dict>
<key>Red</key>
<integer>1</integer>
<key>Green</key>
<integer>1</integer>
<key>Blue</key>
<integer>1</integer>
<key>Alpha</key>
<integer>1</integer>
<key>Transparent</key>
<false/>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
<key>Alpha</key>
<integer>1</integer>
<key>Blue</key>
<integer>1</integer>
<key>Green</key>
<integer>1</integer>
<key>Red</key>
<integer>1</integer>
<key>Transparent</key>
<false/>
</dict>
</dict>
</plist>

View File

@@ -73,6 +73,8 @@
<string>Export iNaturalist photos to your library.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Export and import iNaturalist photos to and from your library.</string>
<key>RCTNewArchEnabled</key>
<true/>
<key>UIAppFonts</key>
<array>
<string>Lato-Bold.ttf</string>