npx gluestack-ui add menu
I get the above error. When I go to npm, I see that the latest version of that library is indeed 0.2.12 (https://www.npmjs.com/package/@react-native-aria/menu?activeTab=versions). This makes me unable to use the menu component, because it breaks on this import statement: import { createMenu } from '@gluestack-ui/menu';