Skip to content

Commit

Permalink
feat: add support for video recording take and upload on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jan 2, 2025
1 parent a596287 commit d4f9eaa
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 187 deletions.
3 changes: 2 additions & 1 deletion examples/ExpoMessaging/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let them share with others.",
"cameraPermission": "The app accesses your camera to let you take photos and share with others."
"cameraPermission": "The app accesses your camera to let you take photos and share with others.",
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone for video recording."
}
],
[
Expand Down
13 changes: 7 additions & 6 deletions examples/ExpoMessaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,28 @@
"@op-engineering/op-sqlite": "^9.3.0",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/elements": "^1.3.30",
"expo": "^52.0.0",
"expo": "~52.0.20",
"expo-av": "~15.0.1",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-document-picker": "~13.0.1",
"expo-file-system": "~18.0.4",
"expo-file-system": "~18.0.6",
"expo-haptics": "~14.0.0",
"expo-image-manipulator": "~13.0.5",
"expo-image-picker": "^16.0.3",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.11",
"expo-media-library": "~17.0.4",
"expo-router": "~4.0.15",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.13",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"stream-chat-expo": "link:../../package/expo-package",
Expand Down
Loading

0 comments on commit d4f9eaa

Please sign in to comment.