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.
Asked
Active
Viewed 188 times
0
-
any fix on this? – Rafael Zerbini Jan 14 '19 at 17:33
1 Answers
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