{
"name": "ExpoMessaging",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"sync-native": "bash ../../package/scripts/reconcile-shared-native.sh expo-package && bash ../../package/scripts/sync-shared-native.sh expo-package",
"start": "yarn sync-native && expo start --dev-client",
"android": "yarn sync-native && expo run:android",
"ios": "yarn sync-native && expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@notifee/react-native": "^9.1.8",
"@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.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.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.5.2",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.26.2",
"react-native-svg": "15.15.4",
"react-native-teleport": "^1.1.12",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.11.1",
"stream-chat": "^9.51.0",
"stream-chat-expo": "workspace:^",
"stream-chat-react-native-core": "workspace:^"
},
"devDependencies": {
"@rnx-kit/metro-config": "^2.1.2",
"@rnx-kit/metro-resolver-symlinks": "^0.2.6",
"@stream-io/typescript-config": "workspace:^",
"@types/react": "~19.2.10",
"typescript": "6.0.3"
},
"expo": {
"install": {
"exclude": [
"@shopify/flash-list",
"typescript"
]
},
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@notifee/react-native",
"expo-modules-jsi"
],
"listUnknownPackages": false
}
}
},
"private": true
}