Closed brentvatne closed 4 months ago
These changes don't appear to be required.
I created a new app with npx create-expo-app, enabled the New Architecture, installed @react-native-menu/menu, copied over the example from the README, then compiled and ran the project with npx expo run:ios - it worked as expected.
npx create-expo-app
@react-native-menu/menu
npx expo run:ios
Overview
These changes don't appear to be required.
Test Plan
I created a new app with
npx create-expo-app
, enabled the New Architecture, installed@react-native-menu/menu
, copied over the example from the README, then compiled and ran the project withnpx expo run:ios
- it worked as expected.