diff --git a/packages/react-native-menu/src/menu/makeMenuContext.js b/packages/react-native-menu/src/menu/makeMenuContext.js index ee51199..19fcc0f 100644 --- a/packages/react-native-menu/src/menu/makeMenuContext.js +++ b/packages/react-native-menu/src/menu/makeMenuContext.js @@ -130,7 +130,7 @@ module.exports = (React, ReactNative, { model, styles }) => { this._menus = {}; this._options = {}; // Only do this once on initial layout. - this.onLayout = once(this.onLayout); + //this.onLayout = once(this.onLayout); }, handleBackHandler() { if (this.isMenuOpen()){