mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
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:
2146
ios/Podfile.lock
2146
ios/Podfile.lock
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user