dominicstop / react-native-ios-context-menu

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

☂️ v2 Stability #77

Closed nandorojo closed 9 months ago

nandorojo commented 1 year ago

Here's an umbrella issue for v2. Please list any problems with it here.

Bugs

Breaking Changes

Features

dominicstop commented 1 year ago

Current working on:

nandorojo commented 1 year ago

Great! Be sure to make the pressable navigate to another screen in a react navigation native stack.

Also let's add a test case with a text node deeply nested inside of the context menu view.

dominicstop commented 1 year ago

https://github.com/dominicstop/react-native-ios-context-menu/assets/18517029/967ec184-6609-4f50-ba80-666567bb35da

dominicstop commented 1 year ago

https://github.com/dominicstop/react-native-ios-context-menu/assets/18517029/fa96fac2-f91f-438b-9c42-ad19d22e340b

nandorojo commented 1 year ago

@dominicstop Regarding #73, I think that issue was caused by Zeego. I just removed it from FlashList and I'm no longer facing #73.

Could we try to fix #66 instead? I believe this issue got added from v2.

dominicstop commented 1 year ago


https://github.com/dominicstop/react-native-ios-context-menu/assets/18517029/c4b9fdaa-0b1e-4b8d-9e2c-b660dbcb66c3

dominicstop commented 1 year ago

Status:

Screenshot 2023-11-05 at 8 15 00 AM

https://github.com/dominicstop/react-native-ios-context-menu/assets/18517029/558b91af-c0bd-4a86-bb73-a8129f96fcb1

New Project

https://github.com/dominicstop/react-native-ios-context-menu/assets/18517029/7602dd2e-8be4-4685-8764-66d97d99d30b

focux commented 9 months ago

First, thank you for all the work you put into this lib, it's amazing.

Also, is there any progress on the double-tap feature?

nandorojo commented 9 months ago

Yes, the ref should have a present function now