When I touch with three fingers error is thrown in react native app

222 Views Asked by At

I have developed one app in react native and ready to publish , but at the end while testing when I touch app with three fingers it is giving error which does not look to user, I am not able to solve it.

enter image description here

1

There are 1 best solutions below

0
On

Well there is a temporary fix which worked for me

    import {NativeModules} from 'react-native';        
NativeModules.ExceptionsManager = null;