Closed zhaoxm2016 closed 3 weeks ago
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.79.1. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!WARNING] Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
- If your bug is UI related: a Snack
- If your bug is build/upgrade related: a project using our Reproducer Template
- Otherwise send us a Pull Request with the RNTesterPlayground.js edited to reproduce your bug.
Can anyone help me?
System: OS: macOS 15.3.2 CPU: (8) arm64 Apple M1 Memory: 296.66 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.5.0 path: /usr/local/bin/node Yarn: version: 1.22.11 path: /usr/local/bin/yarn npm: version: 9.8.0 path: /usr/local/bin/npm Watchman: version: 2025.03.10.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms:
Pull and merge request, my Android browser has been having this problem for a while now. Files downloaded from the repository are not opening in the browser and accounts and wallets in TonKeeper are not updating. I am sharing the result of improving this, thanks for all the comments, friends.
"codegenConfig": { "libraries": [ { "name": "NativeLocalStorageSpec", "type": "modules", "jsSrcsDir": "./app/specs", "android": { "javaPackageName": "com.nativelocalstorage" }, "ios": { "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } } } ] }
@zhaoxm2016 thanks for the issue.
Have you tried to run a simple app running
npx @react-native-community/cli init MyApp —version latest —skip-install
cd MyApp
yarn install
yarn android
If this works, it means that there is something wrong in your project.
If this doesn't work, there might be something wrong with your environment. Please look at this guide and make sure that everything is properly configured.
I've fixed the problem
Description
npm run android error
Steps to reproduce
npm run android
React Native Version
0.79.0
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
https://github.com/facebook/react-native/issues?q=is%3Aissue&page=3
Screenshots and Videos
No response