|
7 | 7 | "ios": "react-native run-ios", |
8 | 8 | "windows": "install-windows-test-app && react-native run-windows", |
9 | 9 | "macos": "react-native run-macos", |
| 10 | + "visionos": "react-native run-visionos", |
10 | 11 | "bundle:android": "yarn mkdist && react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res", |
11 | 12 | "bundle:ios": "yarn mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist", |
12 | 13 | "bundle:windows": "yarn mkdist && react-native bundle --entry-file index.js --platform windows --dev true --bundle-output dist/main.windows.bundle --assets-dest dist", |
13 | 14 | "bundle:macos": "yarn mkdist && react-native bundle --entry-file index.js --platform macos --dev true --bundle-output dist/main.macos.bundle --assets-dest dist", |
| 15 | + "bundle:visionos": "yarn mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.visionos.bundle --assets-dest dist", |
14 | 16 | "test:lint": "eslint .", |
15 | 17 | "test:ts": "tsc --noEmit", |
16 | 18 | "mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\"", |
|
20 | 22 | "hoistingLimits": "workspaces" |
21 | 23 | }, |
22 | 24 | "dependencies": { |
| 25 | + "@callstack/react-native-visionos": "^0.79.0", |
23 | 26 | "react": "19.0.0", |
24 | 27 | "react-native": "0.79.6", |
25 | 28 | "react-native-macos": "^0.79.0", |
|
30 | 33 | "@babel/core": "^7.25.2", |
31 | 34 | "@babel/preset-env": "^7.25.3", |
32 | 35 | "@babel/runtime": "^7.25.0", |
| 36 | + "@callstack/out-of-tree-platforms": "^0.77.0", |
33 | 37 | "@react-native-async-storage/async-storage": "workspace:*", |
34 | 38 | "@react-native-async-storage/eslint-config": "workspace:*", |
35 | 39 | "@react-native-community/cli": "18.0.0", |
|
0 commit comments