menu
menu copied to clipboard
UIMenu Component for React Native
At this moment there is no way to know if the menu is open/closed There is an `onPressAction?` event, but there is no `onMenuOpen?` event. Is it possible to add...
Bumps [release-it](https://github.com/release-it/release-it) from 14.10.0 to 15.4.1. Release notes Sourced from release-it's releases. Release 15.4.1 Handle file paths and dots in git urls (055a4ff) Update dependencies (including git-url-parse) (1851650) Release 15.4.0...
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 0.10.2 to 1.6.12. Release notes Sourced from react-native-test-app's releases. 1.6.12 1.6.12 (2022-08-29) Bug Fixes deps: update dependency de.undercouch:gradle-download-task to v5.1.2 (#1070) (ede796e) 1.6.11 1.6.11 (2022-08-26) Bug Fixes...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.23.0. Release notes Sourced from eslint's releases. v8.23.0 Features 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas) 30b1a2d feat: add allowEmptyCase option...
Hello! I updated react native to 0.69.1 version but build fails on android. I have this error: `Module was compiled with an incompatible version of Kotlin. The binary version of...
I had expected that tapping off of the UIMenu would simply dismiss the menu however the FlatList (which renders the UIMenu in each row) processes the tap event and causes...
# Overview React 18 removed the `children` prop from the `React.FC` type. This PR merges the `MenuComponentProps` with `PropsWithChildren` (to restore the behavior as of React 17)
Bumps [pod-install](https://github.com/expo/expo-cli) from 0.1.30 to 0.1.38. Changelog Sourced from pod-install's changelog. Changelog This is the log of notable changes to Expo CLI and related packages. main 🛠 Breaking changes 🎉...
# Overview Export the `NativeActionEvent` type, so users can type their `onPressAction` function. # Test Plan `NativeActionEvent` can successfully be imported from `'@react-native-menu/menu'`.
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to 4.2.1. Release notes Sourced from eslint-plugin-prettier's releases. v4.2.1 4.2.1 Patch Changes #485 5736ed5 Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again v4.2.0 4.2.0...