mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
FIX: Disable enable screens
This commit is contained in:
parent
2f6858327b
commit
db14810b6f
3
index.js
3
index.js
@ -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 = () => {};
|
||||
|
Loading…
Reference in New Issue
Block a user