Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚢 Release 2.54.0 #5400

Merged
merged 38 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bcadf5b
Bump react-native-screens from 3.30.1 to 3.31.1 in /client
dependabot[bot] May 20, 2024
1553f0d
Bump react-native-webview from 13.8.4 to 13.10.2 in /client
dependabot[bot] May 20, 2024
2a3b0dc
Bump react-native-device-info from 10.13.1 to 11.1.0 in /client
dependabot[bot] May 20, 2024
c31bf5c
Bump @stripe/stripe-react-native from 0.37.2 to 0.37.3 in /client
dependabot[bot] May 20, 2024
03221ed
Bump version name
gewfy May 20, 2024
8de7523
Merge branch 'release-2.54.0' into dependabot/npm_and_yarn/client/str…
gewfy May 20, 2024
9a61af5
Bump @stripe/stripe-react-native from 0.37.2 to 0.37.3 in /client (#5…
gewfy May 20, 2024
51bd23f
Bump react-native-device-info from 10.13.1 to 11.1.0 in /client (#5385)
gewfy May 20, 2024
828c7bd
Bump react-native-webview from 13.8.4 to 13.10.2 in /client (#5382)
gewfy May 20, 2024
3a3a587
Bump react-native-screens from 3.30.1 to 3.31.1 in /client (#5381)
gewfy May 20, 2024
160797f
Merge branch 'main' into release-2.54.0
gewfy May 21, 2024
8f8ee33
Merge branch 'release-2.54.0' of https://github.com/29ki/29k into rel…
gewfy May 21, 2024
d38f405
Merge branch 'main' into release-2.54.0
gewfy May 27, 2024
d5eda36
Bump react-native-idle-timer from 2.2.2 to 2.2.3 in /client
dependabot[bot] May 27, 2024
64c7ea8
Bump react-native-gesture-handler from 2.16.0 to 2.16.2 in /client
dependabot[bot] May 27, 2024
ad4e50e
Bump react-native-svg from 15.1.0 to 15.3.0 in /client
dependabot[bot] May 27, 2024
6f5b871
Merge branch 'release-2.54.0' into dependabot/npm_and_yarn/client/rea…
gewfy May 27, 2024
9a9cff1
Bump react-native-svg from 15.1.0 to 15.3.0 in /client (#5453)
gewfy May 27, 2024
ac82996
Bump @daily-co/react-native-daily-js from 0.60.0 to 0.63.0 in /client
dependabot[bot] May 27, 2024
7e92ed9
Merge branch 'release-2.54.0' into dependabot/npm_and_yarn/client/rea…
gewfy May 27, 2024
a558991
Bump react-native-gesture-handler from 2.16.0 to 2.16.2 in /client (#…
gewfy May 27, 2024
1fa0ebb
Bump react-native-idle-timer from 2.2.2 to 2.2.3 in /client (#5450)
gewfy May 27, 2024
c767ec4
Bump @stripe/stripe-react-native from 0.37.2 to 0.38.0 in /client
dependabot[bot] May 27, 2024
7608ba0
Bump @daily-co/react-native-daily-js from 0.60.0 to 0.63.0 in /client…
gewfy May 27, 2024
ec20801
Merge branch 'release-2.54.0' into dependabot/npm_and_yarn/client/str…
gewfy May 27, 2024
a471951
Bump @stripe/stripe-react-native from 0.37.2 to 0.38.0 in /client (#5…
gewfy May 27, 2024
465684f
Merge branch 'main' into release-2.54.0
gewfy May 29, 2024
184583d
Updated Podfile
gewfy May 29, 2024
e1faf68
Native Version Bump
gewfy May 29, 2024
fe5bba2
Native Version Bump
gewfy May 29, 2024
e685382
iOS native version bump on release-2.54.0 (auto generated) (#5479)
gewfy May 30, 2024
7ebc093
Android native version bump on release-2.54.0 (auto generated) (#5478)
gewfy May 30, 2024
6ae5eb6
Remove USE_FULL_SCREEN_INTENT permission
gewfy May 31, 2024
78c198a
Merge branch 'release-2.54.0' of https://github.com/29ki/29k into rel…
gewfy May 31, 2024
aa550f0
Native Version Bump
gewfy May 31, 2024
cfaf3c6
Native Version Bump
gewfy May 31, 2024
6ff5d36
iOS native version bump on release-2.54.0 (auto generated) (#5481)
gewfy May 31, 2024
00606c7
Android native version bump on release-2.54.0 (auto generated) (#5482)
gewfy May 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 198
versionName "2.53.2"
versionCode 200
versionName "2.54.0"
}
signingConfigs {
debug {
Expand Down
10 changes: 9 additions & 1 deletion client/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
Expand All @@ -23,6 +25,12 @@
<uses-permission android:name="android.permission.READ_CALENDAR" />
<uses-permission android:name="android.permission.WRITE_CALENDAR" />

<!--
Notifee adds USE_FULL_SCREEN_INTENT, but is not used and requires declaration
https://github.com/invertase/notifee/issues/1027
-->
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" tools:node="remove" />

<application
android:name=".MainApplication"
android:label="@string/app_name"
Expand Down
119 changes: 60 additions & 59 deletions client/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1895,12 +1895,12 @@ PODS:
- React-Core
- react-native-background-timer (2.4.1):
- React-Core
- react-native-daily-js (0.60.0):
- react-native-daily-js (0.63.0):
- React-Core
- ReactNativeDailyJSScreenShareExtension (= 0.0.1)
- react-native-get-random-values (1.11.0):
- React-Core
- react-native-idle-timer (2.2.2):
- react-native-idle-timer (2.2.3):
- React-Core
- react-native-netinfo (11.3.1):
- React-Core
Expand All @@ -1912,7 +1912,7 @@ PODS:
- react-native-webrtc (118.0.3-daily.1):
- JitsiWebRTC (~> 118.0.0)
- React-Core
- react-native-webview (13.8.4):
- react-native-webview (13.10.2):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -2091,7 +2091,7 @@ PODS:
- React-Core
- RNDateTimePicker (7.6.4):
- React-Core
- RNDeviceInfo (10.13.1):
- RNDeviceInfo (11.1.0):
- React-Core
- RNFBApp (19.2.2):
- Firebase/CoreOnly (= 10.24.0)
Expand All @@ -2114,7 +2114,7 @@ PODS:
- Firebase/Storage (= 10.24.0)
- React-Core
- RNFBApp
- RNGestureHandler (2.16.0):
- RNGestureHandler (2.16.2):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -2145,56 +2145,57 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React-Core
- ReactCommon/turbomodule/core
- RNScreens (3.30.1):
- RNScreens (3.31.1):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- React-RCTImage
- RNSentry (5.22.2):
- hermes-engine
- React-Core
- React-hermes
- Sentry/HybridSDK (= 8.25.0)
- RNSVG (15.1.0):
- RNSVG (15.3.0):
- React-Core
- Sentry/HybridSDK (8.25.0)
- SocketRocket (0.6.1)
- SSZipArchive (2.2.3)
- Stripe (23.26.0):
- StripeApplePay (= 23.26.0)
- StripeCore (= 23.26.0)
- StripePayments (= 23.26.0)
- StripePaymentsUI (= 23.26.0)
- StripeUICore (= 23.26.0)
- stripe-react-native (0.37.2):
- React-Core
- Stripe (~> 23.26.0)
- StripeApplePay (~> 23.26.0)
- StripeFinancialConnections (~> 23.26.0)
- StripePayments (~> 23.26.0)
- StripePaymentSheet (~> 23.26.0)
- StripePaymentsUI (~> 23.26.0)
- StripeApplePay (23.26.0):
- StripeCore (= 23.26.0)
- StripeCore (23.26.0)
- StripeFinancialConnections (23.26.0):
- StripeCore (= 23.26.0)
- StripeUICore (= 23.26.0)
- StripePayments (23.26.0):
- StripeCore (= 23.26.0)
- StripePayments/Stripe3DS2 (= 23.26.0)
- StripePayments/Stripe3DS2 (23.26.0):
- StripeCore (= 23.26.0)
- StripePaymentSheet (23.26.0):
- StripeApplePay (= 23.26.0)
- StripeCore (= 23.26.0)
- StripePayments (= 23.26.0)
- StripePaymentsUI (= 23.26.0)
- StripePaymentsUI (23.26.0):
- StripeCore (= 23.26.0)
- StripePayments (= 23.26.0)
- StripeUICore (= 23.26.0)
- StripeUICore (23.26.0):
- StripeCore (= 23.26.0)
- Stripe (23.27.2):
- StripeApplePay (= 23.27.2)
- StripeCore (= 23.27.2)
- StripePayments (= 23.27.2)
- StripePaymentsUI (= 23.27.2)
- StripeUICore (= 23.27.2)
- stripe-react-native (0.38.0):
- React-Core
- Stripe (~> 23.27.0)
- StripeApplePay (~> 23.27.0)
- StripeFinancialConnections (~> 23.27.0)
- StripePayments (~> 23.27.0)
- StripePaymentSheet (~> 23.27.0)
- StripePaymentsUI (~> 23.27.0)
- StripeApplePay (23.27.2):
- StripeCore (= 23.27.2)
- StripeCore (23.27.2)
- StripeFinancialConnections (23.27.2):
- StripeCore (= 23.27.2)
- StripeUICore (= 23.27.2)
- StripePayments (23.27.2):
- StripeCore (= 23.27.2)
- StripePayments/Stripe3DS2 (= 23.27.2)
- StripePayments/Stripe3DS2 (23.27.2):
- StripeCore (= 23.27.2)
- StripePaymentSheet (23.27.2):
- StripeApplePay (= 23.27.2)
- StripeCore (= 23.27.2)
- StripePayments (= 23.27.2)
- StripePaymentsUI (= 23.27.2)
- StripePaymentsUI (23.27.2):
- StripeCore (= 23.27.2)
- StripePayments (= 23.27.2)
- StripeUICore (= 23.27.2)
- StripeUICore (23.27.2):
- StripeCore (= 23.27.2)
- TOCropViewController (2.6.1)
- Yoga (1.14.0)

Expand Down Expand Up @@ -2565,14 +2566,14 @@ SPEC CHECKSUMS:
React-Mapbuffer: 114be72666d7e3e317c1a36fb566cd3ad712fcc8
react-native-add-calendar-event: b9802a8be8ad4beb0dcb3efb28969c077558fb29
react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
react-native-daily-js: 3348cf1de3e56d21cac4c4bd94c325908ecd2acb
react-native-daily-js: 33c637f667b40055527337140c56fe90e57d8806
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-idle-timer: 8873ec1573aa1af50b75d21d9c63f7a78a486755
react-native-idle-timer: b4e9ff189950bcd3ba03257d9f033f3432341db8
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
react-native-volume-manager: 3c7d8047841b6831730dea7bf25250522388b4f4
react-native-webrtc: f0863a670c08895cebfd74d7790e499397d5be1a
react-native-webview: ed06e61661eb91fe778dd0c7d117b6752d41017b
react-native-webview: 92cb09d7edac43fb6b750f1b4beb6b9bb4b2149f
React-nativeconfig: ca8b90c736cf3be019cb332ca42d93dd95b32e05
React-NativeModulesApple: 1fdffcce7772e274baeab33a1900f45feba86cbd
React-perflogger: 8a1e1af5733004bdd91258dcefbde21e0d1faccd
Expand All @@ -2598,35 +2599,35 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNCPicker: 3e2c37a8328f368ce14da050cdc8231deb5fc9f9
RNDateTimePicker: 08f00a2c341bf96e4b30da15799fbdd4c5fa48a3
RNDeviceInfo: 4f9c7cfd6b9db1b05eb919620a001cf35b536423
RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e
RNFBApp: 91311b27bc9a33e23b76a62825afd1635501018a
RNFBAuth: 92172d8976baaa829825017174106e2b2c550319
RNFBDynamicLinks: b342064ffb51770091d9269c4c015fde962c93fe
RNFBFirestore: 58f9f2f1d61eadcf16bf6d75737d92ad651bb264
RNFBStorage: 2ef3bcc956d6c771f94efda0c3714c04019dde86
RNGestureHandler: fdcd620c0e90c3d80612dd994e8518a8866ed34b
RNGestureHandler: a51b249f3c779e38a5d9ec45cb107d8780b39fb2
RNImageCropPicker: e7ab6fb43d2fc3e84651e786ef4a080d63b0ed3d
RNLocalize: e8694475db034bf601e17bd3dfa8986565e769eb
RNNotifee: 8e2d3df3f0e9ce8f5d1fe4c967431138190b6175
RNPermissions: a58e61bd4e6bd417adcf8ef8ca094b93d772e492
RNRate: ef3bcff84f39bb1d1e41c5593d3eea4aab2bd73a
RNReactNativeHapticFeedback: ec56a5f81c3941206fd85625fa669ffc7b4545f9
RNReanimated: 8c009e95ed82289b412801b9fc220dca24455f8d
RNScreens: 56b4a83c6c84e01f4eaa7e06d4f335a0300f99ab
RNScreens: 35f3344904f6bba888c0e61532278436e275de3c
RNSentry: f6a5aee809d646763640130714d1fdfe69aac36b
RNSVG: 50cf2c7018e57cf5d3522d98d0a3a4dd6bf9d093
RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e
Sentry: cd86fc55628f5b7c572cabe66cc8f95a9d2f165a
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
Stripe: e6f816be5a573f7ef45b82d9d843130154fd0269
stripe-react-native: f1af0235d838495e0c209da6da321eb6f74b70b8
StripeApplePay: d6ef43f2bf834463e1dcaaf4a61c681aec04990e
StripeCore: c38075c1b083ee36d6f867d4133f78ecf623d6dc
StripeFinancialConnections: 346c6200ffac9bd3fe80bfe7e17795125f9b7379
StripePayments: ade58825c7d75d78a212c5db37e23b05387fb6ba
StripePaymentSheet: b7cab74c10a5a4b225f948e225dda427a6899e08
StripePaymentsUI: 1f0cbac9145149fbbb87e27660af0d3be91aae98
StripeUICore: d6803286f1e2b80c62c320b304503c87bf65de3c
Stripe: ec902be2e477aa8c6cfb758f4ed9a4603c4b5d63
stripe-react-native: c89f0b9abbac8a4093695a85ac34cc09f8935d0c
StripeApplePay: 55e0fe7095d18bc6d8390cab176692c801d865c6
StripeCore: 55c1fb4ec4edd61243c59839cef592b0ac4c469a
StripeFinancialConnections: e646628ca798faa26bf794d8dc76c17ddb8405e4
StripePayments: 1702ca63bf83c5170330bc4fbf587acb869a7da1
StripePaymentSheet: bf96500ca25dadf72079e4f256d827955dd7d1ef
StripePaymentsUI: a51fd3468d9944b602f79ddae26d83e6dd2d9048
StripeUICore: 436db87a21e3bb45b7a6a90c114a6d21c35b4be0
TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70

Expand Down
2 changes: 1 addition & 1 deletion client/ios/Supporting/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>178</string>
<string>180</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
24 changes: 12 additions & 12 deletions client/ios/twentyninek.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1093,15 +1093,15 @@
CODE_SIGN_ENTITLEMENTS = production.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 68Y57ZGKLJ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ./Supporting/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.53.2;
MARKETING_VERSION = 2.54.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand All @@ -1127,14 +1127,14 @@
CODE_SIGN_ENTITLEMENTS = production.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 68Y57ZGKLJ;
INFOPLIST_FILE = ./Supporting/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.53.2;
MARKETING_VERSION = 2.54.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand All @@ -1159,15 +1159,15 @@
CODE_SIGN_ENTITLEMENTS = dev.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 68Y57ZGKLJ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ./Supporting/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.53.2;
MARKETING_VERSION = 2.54.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand All @@ -1193,14 +1193,14 @@
CODE_SIGN_ENTITLEMENTS = dev.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 68Y57ZGKLJ;
INFOPLIST_FILE = ./Supporting/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.53.2;
MARKETING_VERSION = 2.54.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand All @@ -1226,15 +1226,15 @@
CODE_SIGN_ENTITLEMENTS = staging.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 68Y57ZGKLJ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = ./Supporting/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.53.2;
MARKETING_VERSION = 2.54.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand All @@ -1260,14 +1260,14 @@
CODE_SIGN_ENTITLEMENTS = staging.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 68Y57ZGKLJ;
INFOPLIST_FILE = ./Supporting/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.53.2;
MARKETING_VERSION = 2.54.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
16 changes: 8 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "yarn build:content && yarn test:ts && yarn test:lint && yarn test:jest"
},
"dependencies": {
"@daily-co/react-native-daily-js": "0.60.0",
"@daily-co/react-native-daily-js": "0.63.0",
"@daily-co/react-native-webrtc": "118.0.3-daily.1",
"@dotlottie/react-player": "^1.6.19",
"@gorhom/bottom-sheet": "^4.6.1",
Expand All @@ -43,7 +43,7 @@
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@sentry/react-native": "^5.22.2",
"@stripe/stripe-react-native": "^0.37.2",
"@stripe/stripe-react-native": "^0.38.0",
"@th3rdwave/react-navigation-bottom-sheet": "^0.2.2",
"@types/lodash.throttle": "^4.1.9",
"dayjs": "^1.11.10",
Expand All @@ -66,11 +66,11 @@
"react-native-background-timer": "^2.3.1",
"react-native-circular-progress": "^1.4.0",
"react-native-code-push": "^8.2.2",
"react-native-device-info": "^10.13.1",
"react-native-gesture-handler": "^2.16.0",
"react-native-device-info": "^11.1.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-get-random-values": "^1.11.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-idle-timer": "^2.2.2",
"react-native-idle-timer": "^2.2.3",
"react-native-image-crop-picker": "^0.40.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.1.0",
Expand All @@ -79,12 +79,12 @@
"react-native-rate": "^1.2.12",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.30.1",
"react-native-svg": "^15.1.0",
"react-native-screens": "^3.31.1",
"react-native-svg": "^15.3.0",
"react-native-volume-manager": "^1.10.0",
"react-native-web": "^0.19.12",
"react-native-web-linear-gradient": "^1.1.2",
"react-native-webview": "^13.8.4",
"react-native-webview": "^13.10.2",
"srt-parser-2": "^1.2.3",
"styled-components": "^6.1.8",
"uuid": "^9.0.1",
Expand Down
Loading
Loading