Skip to content

Commit 8038af0

Browse files
committed
fix version and config command that expects ios platform to be present as well
1 parent d5c474e commit 8038af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-platform-visionos/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
"devDependencies": {
77
"@callstack/rnef-plugin-platform-visionos": "^0.0.1",
8-
"@callstack/react-native-visionos": "^0.76.0"
8+
"@callstack/react-native-visionos": "^0.77.0-rc.0"
99
}
1010
}

packages/plugin-platform-visionos/template/visionos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if linkage != nil
1515
end
1616

1717
target 'HelloWorld' do
18-
config = use_native_modules!(['rnef', 'config', '-p', 'visionos'])
18+
config = use_native_modules!(['rnef', 'config'])
1919
config[:reactNativePath] = '../node_modules/@callstack/react-native-visionos'
2020

2121
use_react_native!(

0 commit comments

Comments
 (0)