Closed nmalzieu closed 11 months ago
Hi,
I see some errors in Sentry :
From the code, I see that there are many places where there is
promise.reject("Error: ", "current activity is null"); return;
But two places where you actually throw:
throw new IllegalViewOperationException("current activity is null");
Would that make sense to only reject so this can be catched by RN and not crash?
2.6.1
0.72.5
No response
Hi @nmalzieu, I removed exception handling. You can use the latest version.
@kadiraydinli thanks, will try it out!
Description
Hi,
I see some errors in Sentry :
From the code, I see that there are many places where there is
But two places where you actually throw:
Would that make sense to only reject so this can be catched by RN and not crash?
react-native-system-navigation-bar version
2.6.1
React Native version
0.72.5
Snack, code example, screenshot, or link to a repository
No response