iOS context menus
YZahringer
This would be very interesting to support https://github.com/dominicstop/react-native-ios-context-menu and https://github.com/nandorojo/zeego/
Wodin
YZahringer: react-native-ios-context-menu apparently already supports Expo. You just need to build a dev client instead of using Expo Go and you'll need to build your production app with
eas build
too, instead of the classic expo build
.Same with zeego
YZahringer
Wodin: yes, it works with a custom dev client.
It would be interesting to support it natively in Expo I think, without the need for a specific Dev Client.