Files
spacedrive/apps/mobile/package.json
Gedeon Sainrival 22031d3b5d Start generating builds for Android
- Update Kotlin version to 2.2.20
- Update sd-mobile-core with modern expo-modules API to successfully
  compile on Android
- added android to build-mobile xtask
- updated CONTRIBUTING.md
- Added `openssl-sys` to sd-mobile-core as a workaround for native
  Android builds
- Switched from deprecated @react-native-community/clipboard
2025-12-07 20:53:12 -05:00

74 lines
2.4 KiB
JSON

{
"name": "@sd/mobile",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "bunx expo start",
"android": "bunx expo run:android",
"ios": "bunx expo run:ios",
"patch": "./scripts/patch-svg.sh",
"prebuild": "bun run patch && bunx expo prebuild",
"prebuild:clean": "bun run patch && bunx expo prebuild --clean",
"xcode": "open ios/Spacedrive.xcworkspace",
"android-studio": "open -a '/Applications/Android Studio.app' ./android",
"lint": "eslint src --cache",
"typecheck": "tsc -b"
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/slider": "^5.1.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@sd/assets": "workspace:*",
"@sd/ts-client": "workspace:*",
"@sd/ui": "workspace:*",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.59.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "~54.0.0",
"expo-asset": "~12.0.10",
"expo-build-properties": "~1.0.9",
"expo-camera": "^17.0.10",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.19",
"expo-document-picker": "~14.0.7",
"expo-file-system": "~19.0.19",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-linking": "~8.0.9",
"expo-router": "~6.0.0",
"expo-splash-screen": "~31.0.11",
"expo-status-bar": "~3.0.8",
"nativewind": "^4.1.23",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-worklets": "^0.7.1",
"sd-mobile-core": "file:./modules/sd-mobile-core",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/runtime": "^7.28.4",
"@types/react": "~19.1.10",
"babel-preset-expo": "~54.0.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"react-native-svg-transformer": "^1.5.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}