fukemy
fukemy
YOU CAN NOT REPRODUCE THIS ISSUE WITH SNACK, JUST TEST ON REAL DEVICE
hi, did u reproduced this problem? I got same issue for same situation: 1 . Make ScrollView 2. Make sure data need to scroll to get bottom of view 3....
Here is my class to show auxiliaryPreview if u need: ``` import React, { useContext } from 'react' import { Image, TouchableOpacity, View } from 'react-native' import { ThemeContext }...
hi, did u try this solution? https://stackoverflow.com/a/41256403/1308590
I saw this tutorial can fixed it's already in native side, but I dont know how to apply with aux view when received it from brigde https://zendesk.engineering/ios-how-to-capture-touch-events-outside-uiview-bounds-bc7461970788
i think we can override method [pointInside:withEvent:](https://developer.apple.com/documentation/uikit/uiview/1622533-pointinside?language=objc) inside aux. parent view
@dominicstop thanks for update. https://github.com/dominicstop/react-native-ios-context-menu/commit/684e1e18310947cce90b70ba29933521f122465b
here is my content of code: 
not working to me
it's dead already