-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed using ReactNative@0.75.2 #46304
Comments
same issue. I am using mac m1 |
Hi, Appreciate any suggestions |
i am also facing same issue Appreciate any suggestions |
Actually IDK but it is working when you run |
Hi @piyush362 , |
For now, you can use v0.73.* or v0.74.* for more stable perfomance |
Hi @piyush362 , Thank you for your suggestion. Unfortunately this is also not working npx react-native@0.73 init RNExpress3 --template react-native-template-typescript
npx @react-native-community/cli@11.4.1 init RNExpressEcomm2
npx react-native@0.73 init RNExpress1
Appreciate any suggestions |
Closing as duplicate of: @lalithasj please try again with 0.75.3 and report back if the issue persists. |
Hi @cortinico, Thank you for your suggestion. FAILURE: Build failed with an exception. Appreciate any suggestions |
Let's keep the conversation in #46210 |
Description
Hi,
I tried using npx react-native init Client and npx @react-native-community/cli@latest init Client. Both times, the build failed.
Android Emulator and Metro are connected, but not recognizing
My package.json file:
{
"name": "Client",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"react": "^18.1.0",
"react-native": "0.75.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.2",
"@react-native/eslint-config": "0.75.2",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}
Thanks,
Lalitha
Steps to reproduce
npx @react-native-community/cli@latest init Client
React Native Version
0.75.2
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/lalithasj/Client/tree/main
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: