Skip to content

Commit

Permalink
fix(ui): sub-menu components items onPress handling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 29, 2019
1 parent e98f3ea commit 573d76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/ui/menu/subMenu.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class SubMenuComponent extends React.Component<SubMenuProps, ComponentState> {
{[
<View
{...measuringProps}
pointerEvents='none'
key={SUB_ITEMS_MEASURE_TAG}
style={styles.invisibleMenu}>
{subItems}
Expand Down
1 change: 1 addition & 0 deletions src/playground/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const rootDependencyFolders = [
*/
const playgroundExtraModules = {
'@babel/runtime': path.resolve(__dirname, './node_modules/@babel/runtime'),
'regenerator-runtime': path.resolve(__dirname, './node_modules/regenerator-runtime'),
'react': path.resolve(__dirname, './node_modules/react'),
'react-native': path.resolve(__dirname, './node_modules/react-native'),
};
Expand Down

0 comments on commit 573d76c

Please sign in to comment.