diff --git a/src/VerusMobile.js b/src/VerusMobile.js index 9e47e6f3..c7fac11f 100644 --- a/src/VerusMobile.js +++ b/src/VerusMobile.js @@ -86,6 +86,8 @@ class VerusMobile extends React.Component { } componentDidMount() { + LogBox.ignoreLogs(['EventEmitter']); + activateKeyboardListener() AppState.addEventListener("change", (nextAppState) => this._handleAppStateChange(nextAppState));