dominicstop / react-native-ios-context-menu

A react-native component to use context menu's (UIMenu) on iOS 13/14+
MIT License
572 stars 29 forks source link

remove android part of the module #89

Closed fobos531 closed 9 months ago

fobos531 commented 11 months ago

@dominicstop

The android part of the module is not needed and can therefore be removed. I added platform checks to the module to ensure that native views are only imported on iOS. This might also resolve this issue: https://github.com/dominicstop/react-native-ios-context-menu/issues/87

I haven't been able to actually test it out since I get this error when running the example app: CleanShot 2023-12-16 at 23 44 18@2x

Can you perhaps take a look at this? Thank you!