Skip to content

Commit

Permalink
fix: declare support for 0.78 (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Feb 24, 2025
1 parent ab39733 commit c91a22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@callstack/react-native-visionos": "0.73 - 0.77",
"@expo/config-plugins": ">=5.0",
"react": "18.1 - 19.0",
"react-native": "0.70 - 0.77 || >=0.78.0-0 <0.78.0",
"react-native": "0.70 - 0.78 || >=0.79.0-0 <0.79.0",
"react-native-macos": "^0.0.0-0 || 0.71 - 0.77",
"react-native-windows": "^0.0.0-0 || 0.70 - 0.77"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12058,7 +12058,7 @@ __metadata:
"@callstack/react-native-visionos": 0.73 - 0.77
"@expo/config-plugins": ">=5.0"
react: 18.1 - 19.0
react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0
react-native: 0.70 - 0.78 || >=0.79.0-0 <0.79.0
react-native-macos: ^0.0.0-0 || 0.71 - 0.77
react-native-windows: ^0.0.0-0 || 0.70 - 0.77
peerDependenciesMeta:
Expand Down

0 comments on commit c91a22b

Please sign in to comment.