react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

When using ”overlay“ attribute on ios, there is no difference when using view or svg

Open gdw117 opened this issue 1 year ago • 1 comments

<CopilotProvider stopOnOutsideClick overlay="svg">
    
 </CopilotProvider>
---------------------------------------------------------------
<CopilotProvider stopOnOutsideClick overlay="view">
           
</CopilotProvider
```>
    

gdw117 avatar Nov 20 '24 09:11 gdw117