File tree Expand file tree Collapse file tree 5 files changed +306
-303
lines changed
react-native-test-library
ReactCommon/react/runtime Expand file tree Collapse file tree 5 files changed +306
-303
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "react" : " 19.0.0" ,
16- "@callstack/react-native-visionos" : " 0.79.0 "
16+ "@callstack/react-native-visionos" : " 0.79.6 "
1717 },
1818 "devDependencies" : {
1919 "@babel/core" : " ^7.25.2" ,
Original file line number Diff line number Diff line change 2626 ],
2727 "devDependencies" : {
2828 "@babel/core" : " ^7.25.2" ,
29- "@react-native/babel-preset" : " 0.79.0 " ,
30- "@callstack/react-native-visionos" : " 0.79.0 "
29+ "@react-native/babel-preset" : " 0.79.6 " ,
30+ "@callstack/react-native-visionos" : " 0.79.6 "
3131 },
3232 "peerDependencies" : {
3333 "react" : " *" ,
Original file line number Diff line number Diff line change @@ -393,7 +393,10 @@ void ReactInstance::initializeRuntime(
393393 RuntimeSchedulerBinding::createAndInstallIfNeeded (
394394 runtime, runtimeScheduler_);
395395
396+ // TODO: Fix this on visionOS
397+ #if !TARGET_OS_VISION
396398 runtime_->unstable_initializeOnJsThread ();
399+ #endif
397400
398401 defineReactInstanceFlags (runtime, options);
399402
Original file line number Diff line number Diff line change 11{
22 "name" : " @callstack/react-native-visionos" ,
3- "version" : " 0.79.0 " ,
3+ "version" : " 0.79.6 " ,
44 "description" : " React Native for visionOS" ,
55 "license" : " MIT" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments