Add this to your application entry point JS file:
import {NativeModules} from 'react-native';
NativeModules.ExceptionsManager = null;
It will disable its own module, responsible for displaying a window with a red field ( reportSoftExceptionor reportFatalException, called from react-native/Libraries/Core/ExceptionsManager.js)