Skip to content

Commit 3a8e7c2

Browse files
committed
fix: upgrade TS app to 0.80
1 parent 82a67ec commit 3a8e7c2

File tree

17 files changed

+2835
-1951
lines changed

17 files changed

+2835
-1951
lines changed

examples/SampleApp/ios/Podfile.lock

Lines changed: 809 additions & 410 deletions
Large diffs are not rendered by default.
Lines changed: 59 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,64 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>ChatSample</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.11.0</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>154</string>
25+
<key>FirebaseAppDelegateProxyEnabled</key>
26+
<true/>
27+
<key>ITSAppUsesNonExemptEncryption</key>
28+
<false/>
29+
<key>LSRequiresIPhoneOS</key>
30+
<true/>
31+
<key>NSAppTransportSecurity</key>
432
<dict>
5-
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
7-
<key>CFBundleDisplayName</key>
8-
<string>ChatSample</string>
9-
<key>CFBundleExecutable</key>
10-
<string>$(EXECUTABLE_NAME)</string>
11-
<key>CFBundleIdentifier</key>
12-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13-
<key>CFBundleInfoDictionaryVersion</key>
14-
<string>6.0</string>
15-
<key>CFBundleName</key>
16-
<string>$(PRODUCT_NAME)</string>
17-
<key>CFBundlePackageType</key>
18-
<string>APPL</string>
19-
<key>CFBundleShortVersionString</key>
20-
<string>1.11.0</string>
21-
<key>CFBundleSignature</key>
22-
<string>????</string>
23-
<key>CFBundleVersion</key>
24-
<string>154</string>
25-
<key>FirebaseAppDelegateProxyEnabled</key>
26-
<true />
27-
<key>ITSAppUsesNonExemptEncryption</key>
28-
<false />
29-
<key>LSRequiresIPhoneOS</key>
30-
<true />
31-
<key>NSAppTransportSecurity</key>
32-
<dict>
33-
<key>CFBundleDevelopmentRegion</key>
34-
<string>en</string>
35-
<key>CFBundleDisplayName</key>
36-
<string>ChatSample</string>
37-
<key>CFBundleExecutable</key>
38-
<string>$(EXECUTABLE_NAME)</string>
39-
<key>CFBundleIdentifier</key>
40-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
41-
<key>CFBundleInfoDictionaryVersion</key>
42-
<string>6.0</string>
43-
<key>CFBundleName</key>
44-
<string>$(PRODUCT_NAME)</string>
45-
<key>CFBundlePackageType</key>
46-
<string>APPL</string>
47-
<key>CFBundleShortVersionString</key>
48-
<string>1.11.0</string>
49-
<key>CFBundleSignature</key>
50-
<string>????</string>
51-
<key>CFBundleVersion</key>
52-
<string>154</string>
53-
<key>LSRequiresIPhoneOS</key>
54-
<true />
55-
<key>NSAppTransportSecurity</key>
56-
<dict>
57-
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
58-
<key>NSAllowsArbitraryLoads</key>
59-
<false />
60-
<key>NSAllowsLocalNetworking</key>
61-
<true />
62-
</dict>
63-
<key>NSLocationWhenInUseUsageDescription</key>
64-
<string>$(PRODUCT_NAME) would like share live location when in use in a message.</string>
65-
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
66-
<string>$(PRODUCT_NAME) would like share live location always in a message.</string>
67-
<key>NSPhotoLibraryUsageDescription</key>
68-
<string>$(PRODUCT_NAME) would like access to your photo gallery to share image in a
69-
message.</string>
70-
<key>NSCameraUsageDescription</key>
71-
<string>$(PRODUCT_NAME) would like to use your camera to share image in a message.</string>
72-
<key>NSMicrophoneUsageDescription</key>
73-
<string>$(PRODUCT_NAME) would like to use your microphone for voice recording.</string>
74-
<key>UILaunchStoryboardName</key>
75-
<string>LaunchScreen</string>
76-
<key>UIRequiredDeviceCapabilities</key>
77-
<array>
78-
<string>arm64</string>
79-
</array>
80-
<key>UISupportedInterfaceOrientations</key>
81-
<array>
82-
<string>UIInterfaceOrientationPortrait</string>
83-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
84-
</array>
85-
<key>UIViewControllerBasedStatusBarAppearance</key>
86-
<false />
87-
<key>ITSAppUsesNonExemptEncryption</key>
88-
<false />
89-
<key>FirebaseAppDelegateProxyEnabled</key>
90-
<true />
91-
</dict>
33+
<key>NSAllowsArbitraryLoads</key>
34+
<false/>
35+
<key>NSAllowsLocalNetworking</key>
36+
<true/>
9237
</dict>
93-
</plist>
38+
<key>NSCameraUsageDescription</key>
39+
<string>$(PRODUCT_NAME) would like to use your camera to share image in a message.</string>
40+
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
41+
<string>$(PRODUCT_NAME) would like share live location always in a message.</string>
42+
<key>NSLocationWhenInUseUsageDescription</key>
43+
<string>$(PRODUCT_NAME) would like share live location when in use in a message.</string>
44+
<key>NSMicrophoneUsageDescription</key>
45+
<string>$(PRODUCT_NAME) would like to use your microphone for voice recording.</string>
46+
<key>NSPhotoLibraryUsageDescription</key>
47+
<string>$(PRODUCT_NAME) would like access to your photo gallery to share image in a message.</string>
48+
<key>RCTNewArchEnabled</key>
49+
<true/>
50+
<key>UILaunchStoryboardName</key>
51+
<string>LaunchScreen</string>
52+
<key>UIRequiredDeviceCapabilities</key>
53+
<array>
54+
<string>arm64</string>
55+
</array>
56+
<key>UISupportedInterfaceOrientations</key>
57+
<array>
58+
<string>UIInterfaceOrientationPortrait</string>
59+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
60+
</array>
61+
<key>UIViewControllerBasedStatusBarAppearance</key>
62+
<false/>
63+
</dict>
64+
</plist>

examples/SampleApp/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"emoji-mart": "^5.6.0",
4141
"lodash.mergewith": "^4.6.2",
4242
"react": "19.1.0",
43-
"react-native": "^0.80.0",
43+
"react-native": "^0.80.2",
4444
"react-native-audio-recorder-player": "^3.6.13",
4545
"react-native-blob-util": "^0.22.2",
4646
"react-native-fast-image": "^8.6.3",
@@ -53,21 +53,21 @@
5353
"react-native-screens": "^4.11.1",
5454
"react-native-share": "^12.0.11",
5555
"react-native-svg": "^15.12.0",
56-
"react-native-video": "^6.15.0",
56+
"react-native-video": "^6.16.1",
5757
"react-native-worklets": "^0.4.1",
5858
"stream-chat-react-native": "link:../../package/native-package",
5959
"stream-chat-react-native-core": "link:../../package"
6060
},
6161
"devDependencies": {
6262
"@babel/core": "^7.27.4",
6363
"@babel/runtime": "^7.27.6",
64-
"@react-native-community/cli": "19.0.0",
65-
"@react-native-community/cli-platform-android": "19.0.0",
66-
"@react-native-community/cli-platform-ios": "19.0.0",
67-
"@react-native/babel-preset": "0.80.0",
68-
"@react-native/eslint-config": "0.80.0",
69-
"@react-native/metro-config": "0.80.0",
70-
"@react-native/typescript-config": "0.80.0",
64+
"@react-native-community/cli": "19.1.1",
65+
"@react-native-community/cli-platform-android": "19.1.1",
66+
"@react-native-community/cli-platform-ios": "19.1.1",
67+
"@react-native/babel-preset": "0.80.2",
68+
"@react-native/eslint-config": "0.80.2",
69+
"@react-native/metro-config": "0.80.2",
70+
"@react-native/typescript-config": "0.80.2",
7171
"@rnx-kit/metro-config": "^2.1.0",
7272
"@types/jest": "^29.5.14",
7373
"@types/lodash.mergewith": "^4.6.9",

0 commit comments

Comments
 (0)