Closed timothyerwin closed 1 year ago
Hey, great library. Very nice with a lot of examples. I'm just having some issue getting a basic context working with a FlatList. I was wondering if maybe you saw this before and could offer any tip?
Basically everything is good until I long press and then this happens. I basically just copied the code from this example: https://github.com/dominicstop/react-native-ios-context-menu/blob/master/example/src/screens/Test03Screen.tsx
If I put a View around it then it sort of fixes it but still doesn't seem to calculate the renders properly:
View
Ok, nevermind...I figured it out. The style in context menu must match the border style of the message bubble.
style
Hey, great library. Very nice with a lot of examples. I'm just having some issue getting a basic context working with a FlatList. I was wondering if maybe you saw this before and could offer any tip?
Basically everything is good until I long press and then this happens. I basically just copied the code from this example: https://github.com/dominicstop/react-native-ios-context-menu/blob/master/example/src/screens/Test03Screen.tsx
If I put a
View
around it then it sort of fixes it but still doesn't seem to calculate the renders properly: