Skip to content

Commit d4f9eaa

Browse files
committed
feat: add support for video recording take and upload on iOS
1 parent a596287 commit d4f9eaa

File tree

6 files changed

+276
-187
lines changed

6 files changed

+276
-187
lines changed

examples/ExpoMessaging/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"expo-image-picker",
4040
{
4141
"photosPermission": "The app accesses your photos to let them share with others.",
42-
"cameraPermission": "The app accesses your camera to let you take photos and share with others."
42+
"cameraPermission": "The app accesses your camera to let you take photos and share with others.",
43+
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone for video recording."
4344
}
4445
],
4546
[

examples/ExpoMessaging/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,28 @@
1313
"@op-engineering/op-sqlite": "^9.3.0",
1414
"@react-native-community/netinfo": "11.4.1",
1515
"@react-navigation/elements": "^1.3.30",
16-
"expo": "^52.0.0",
16+
"expo": "~52.0.20",
1717
"expo-av": "~15.0.1",
1818
"expo-clipboard": "~7.0.0",
1919
"expo-constants": "~17.0.3",
2020
"expo-document-picker": "~13.0.1",
21-
"expo-file-system": "~18.0.4",
21+
"expo-file-system": "~18.0.6",
2222
"expo-haptics": "~14.0.0",
2323
"expo-image-manipulator": "~13.0.5",
2424
"expo-image-picker": "^16.0.3",
2525
"expo-linking": "~7.0.3",
26-
"expo-router": "~4.0.11",
26+
"expo-media-library": "~17.0.4",
27+
"expo-router": "~4.0.15",
2728
"expo-sharing": "~13.0.0",
28-
"expo-splash-screen": "~0.29.13",
29+
"expo-splash-screen": "~0.29.18",
2930
"expo-status-bar": "~2.0.0",
3031
"react": "18.3.1",
3132
"react-dom": "18.3.1",
32-
"react-native": "0.76.3",
33+
"react-native": "0.76.5",
3334
"react-native-gesture-handler": "~2.20.2",
3435
"react-native-reanimated": "~3.16.1",
3536
"react-native-safe-area-context": "4.12.0",
36-
"react-native-screens": "~4.1.0",
37+
"react-native-screens": "~4.4.0",
3738
"react-native-svg": "15.8.0",
3839
"react-native-web": "~0.19.13",
3940
"stream-chat-expo": "link:../../package/expo-package",

0 commit comments

Comments
 (0)