Replies: 2 comments 4 replies
|
And then I follow this doc https://re-pack.dev/docs/migration-guides/metro // package.json
{
"dependencies": {
"@react-native/new-app-screen": "0.80.0-rc.5",
"react": "19.1.0",
"react-native": "0.80.0-rc.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@callstack/repack": "^5.1.1",
"@react-native-community/cli": "19.0.0",
"@react-native-community/cli-platform-android": "19.0.0",
"@react-native-community/cli-platform-ios": "19.0.0",
"@react-native/babel-preset": "0.80.0-rc.5",
"@react-native/eslint-config": "0.80.0-rc.5",
"@react-native/metro-config": "0.80.0-rc.5",
"@react-native/typescript-config": "0.80.0-rc.5",
"@rspack/core": "^1.3.15",
"@swc/helpers": "^0.5.17",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
} |
2 replies
|
@Dokome I was not able to reproduce the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I follow the Installation code
But got an error,how can i solve it
All reactions