Skip to content

Commit

Permalink
Ignore EventEmitter logs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltout committed Aug 19, 2024
1 parent 44e6d04 commit 6693a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VerusMobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ class VerusMobile extends React.Component {
}

componentDidMount() {
LogBox.ignoreLogs(['EventEmitter']);

activateKeyboardListener()

AppState.addEventListener("change", (nextAppState) => this._handleAppStateChange(nextAppState));
Expand Down

0 comments on commit 6693a85

Please sign in to comment.