Atul R
Atul R
Yes @raynor85 You can disable the alert screen by not setting the setNativeException handler for android. Also, there were few issues related to react-native-navigator from wix as mentioned in the...
Okay . I am getting a hacky solution in my mind at the moment. So You can basically create a custom native exception handler class in android and call activity.finish()...
Is this happening with JS error or Native exceptions ? @ButuzGOL
Hi @shardick Yes, The exception handler doesnt catch the error on first render. Its an issue being tracked here https://github.com/master-atul/react-native-exception-handler/issues/36. The issue is that the js exception handler module doesn't...
Not really at the moment. I am not sure how to solve this.
Hmm. That's interesting @Kebabpizza . I ll take a look at that . But @andrew-wagner89 Red screen should never come in the release builds. .as they are entirely switched off...
Hi @Kebabpizza @andrew-wagner89 Can you guys help with a screenshot or a larger snippet? .. I am only getting a warning yellow screen after trying to replicate. And yellow screens...
@harshada-bhanose Can you please explain what do you mean by Debug Apk . Could give me a bit more context on how you are generating the debug apk and release...
Alright how are you simulating the errors ?
Okay .. Do you see the native exception handler UI showing up? @vsvanshi