Skip to content

Commit

Permalink
Revert "chore: Update to React 19 (#487)"
Browse files Browse the repository at this point in the history
This reverts commit f11ecbc.
  • Loading branch information
mrousavy committed Jan 13, 2025
1 parent cb45ee2 commit 403d618
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@react-navigation/bottom-tabs": "^7.0.1",
"@react-navigation/native": "^7.0.0",
"deep-equal": "^2.2.3",
"react": "19.0.0",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/react": "*",
"jest": "*",
"nitro-codegen": "*",
"react": "19.0.0",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-nitro-modules": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/jest": "*",
"@types/react": "*",
"jest": "*",
"react": "19.0.0",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-builder-bob": "^0.35.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-prettier": "^5.2.1",
"nitro-codegen": "*",
"prettier": "^3.3.3",
"react": "^19.0.0",
"react": "^18.3.1",
"react-native": "^0.76.6",
"react-native-nitro-modules": "*",
"typescript": "^5.5.4"
Expand Down

0 comments on commit 403d618

Please sign in to comment.