-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fatal Exception: java.lang.Error Invalid number formating character 'N' #2245
Comments
Hey, did you figure out this issue? I am getting the same error and am stuck on it as well. Thanks! |
the error seems from the lib react-native-progress |
Hello @Bob-MYMC, |
@Bob-MYMC, I'm getting the same error in my app on firebase, and users reporting crashes which I think are related. But I cannot replicate on any emulators or physical devices I have. How did you figure out it was coming from the lib react-native-progress? I don't have this package, but I have other packages that are dependant on rnsvg. My error message reads like so: java.lang.Error - Invalid number formating character 'N' Fatal Exception: java.lang.Error |
@ryelibra37, |
@bohdanprog unfortunately not, because I have no way of replicating the error on a device or simulator, so I could make a bare copy of my repo but I would not know whether it was causing this error. It mainly seems to be affecting google pixel 7 pro devices. |
the crash has not been reported again since the lib was replaced |
Okay, if you find a way to reproduce that issue, you can open a new issue, with a simple repro of that problem. |
Im having this issue too. Does anyone know how to fix it. Im on "react-native-svg": "13.4.0", |
@fullychargedup Can you share an example of how to reproduce that issue, please? |
same issue
|
@Nader-CS any example related to that issue? |
Hi i dont have an example i can share as our code is private, but I can say we use Instabug and this only happens on the galaxy S22, S23 and S24 phones. I dont have one of these physical devices so can't reproduce but the logs show those are the issue phones. |
this issue most occur in samsung |
any help on this? |
i updated to v14 and still getting the issue. Your app just crashed. See the error below. |
Bob-MYMCL: "the error seems from the lib react-native-progress" @Bob-MYMC How do you know this? and at what version what this lib taken out of this library (or was it)? |
@fullychargedup |
APP crashes on some Android devices with following stack track when session starts. The crash cannot be reproduced on Emulator or other devices.
The SVG component was used in previous version with
react-native-svg: "12.5.0"
, and no crash issueAlthough the SVG component has been removed from in current version on the loading screen, the app gets the crash issue.
Current APP info:
The text was updated successfully, but these errors were encountered: