Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 0 additions & 19 deletions .yarn/patches/@shopify-flash-list-npm-2.3.1-8b5fd40241.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ index 992239ba7631ce0c97c0b41c5fbf61cc842386fe..ebc0933beaf40414887ff634029ca8eb
}.createMediaSource(mediaItem)
}
diff --git a/expo-module.config.json b/expo-module.config.json
index 9ee5fdcd7a6e698c8cdcf42ee137239220aec190..9a131dd948d2eb5adf3cf9b759829a0e8fed15a1 100644
index 778d6dfb16571238eaaca6ac87e1aab155605c2f..9a131dd948d2eb5adf3cf9b759829a0e8fed15a1 100644
--- a/expo-module.config.json
+++ b/expo-module.config.json
@@ -4,12 +4,6 @@
Expand All @@ -38,7 +38,7 @@ index 9ee5fdcd7a6e698c8cdcf42ee137239220aec190..9a131dd948d2eb5adf3cf9b759829a0e
- "publication": {
- "groupId": "expo.modules.audio",
- "artifactId": "expo.modules.audio",
- "version": "56.0.11",
- "version": "57.0.2",
- "repository": "local-maven-repo"
- }
+ "modules": ["expo.modules.audio.AudioModule"]
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ npmMinimalAgeGate: 3d

npmPreapprovedPackages:
- stream-chat
- react-native-teleport

npmPublishProvenance: true

Expand Down
58 changes: 29 additions & 29 deletions examples/ExpoMessaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@
},
"dependencies": {
"@notifee/react-native": "^9.1.8",
"@op-engineering/op-sqlite": "^16.2.0",
"@op-engineering/op-sqlite": "^17.1.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "12.0.1",
"@react-native-firebase/app": "^24.0.0",
"@react-native-firebase/messaging": "^24.0.0",
"@shopify/flash-list": "^2.3.1",
"expo": "^56.0.0",
"expo-asset": "~56.0.0",
"expo-audio": "patch:expo-audio@npm%3A56.0.11#~/.yarn/patches/expo-audio-npm-56.0.11-1049fdcaa1.patch",
"expo-build-properties": "~56.0.0",
"expo-clipboard": "~56.0.0",
"expo-constants": "~56.0.0",
"expo-document-picker": "~56.0.0",
"expo-file-system": "~56.0.0",
"expo-haptics": "~56.0.0",
"expo-image-manipulator": "~56.0.0",
"expo-image-picker": "~56.0.0",
"expo-linking": "~56.0.0",
"expo-location": "~56.0.0",
"expo-media-library": "~56.0.0",
"expo-router": "~56.2.8",
"expo-sharing": "~56.0.0",
"expo-splash-screen": "~56.0.0",
"expo-status-bar": "~56.0.0",
"expo-video": "~56.1.2",
"@shopify/flash-list": "^2.3.2",
"expo": "^57.0.7",
"expo-asset": "~57.0.6",
"expo-audio": "patch:expo-audio@npm%3A57.0.2#~/.yarn/patches/expo-audio-npm-57.0.2-7a40cb0b0a.patch",
"expo-build-properties": "~57.0.6",
"expo-clipboard": "~57.0.1",
"expo-constants": "~57.0.6",
"expo-document-picker": "~57.0.1",
"expo-file-system": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image-manipulator": "~57.0.5",
"expo-image-picker": "~57.0.5",
"expo-linking": "~57.0.3",
"expo-location": "~57.0.5",
"expo-media-library": "~57.0.3",
"expo-router": "~57.0.7",
"expo-sharing": "~57.0.6",
"expo-splash-screen": "~57.0.4",
"expo-status-bar": "~57.0.1",
"expo-video": "~57.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-keyboard-controller": "1.21.6",
"react-native": "0.86.0",
"react-native-gesture-handler": "~2.32.0",
"react-native-keyboard-controller": "1.21.9",
"react-native-maps": "1.27.2",
"react-native-reanimated": "4.3.1",
"react-native-reanimated": "4.5.2",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-screens": "4.26.2",
"react-native-svg": "15.15.4",
"react-native-teleport": "^1.0.2",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.8.3",
"react-native-teleport": "^1.1.12",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.11.1",
"stream-chat": "^9.50.1",
"stream-chat-expo": "workspace:^",
"stream-chat-react-native-core": "workspace:^"
Expand Down
Loading
Loading