FIX: Disable enable screens

This commit is contained in:
Marcos Rodriguez Vélez 2021-07-23 15:13:00 -04:00
parent 2f6858327b
commit db14810b6f

View File

@ -3,8 +3,9 @@ import './shim.js';
import { AppRegistry } from 'react-native';
import App from './App';
import { BlueStorageProvider } from './blue_modules/storage-context';
import { enableScreens } from 'react-native-screens';
const A = require('./blue_modules/analytics');
enableScreens(false)
if (!Error.captureStackTrace) {
// captureStackTrace is only available when debugging
Error.captureStackTrace = () => {};