remove test crash

This commit is contained in:
Dawid Wysokiński 2021-11-07 11:12:34 +01:00
parent 260000e37b
commit 834ae18a5b
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ initSentry();
const BaseApp = () => {
useEffect(() => {
RNBootSplash.hide({ fade: true });
Sentry.nativeCrash();
}, []);
return <Navigation />;