0

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

T Jagadish Gupta
  • 101
  • 1
  • 3
  • 15

1 Answers1

0

Well there is a temporary fix which worked for me

    import {NativeModules} from 'react-native';        
NativeModules.ExceptionsManager = null;
T Jagadish Gupta
  • 101
  • 1
  • 3
  • 15