react-native-copilot
react-native-copilot copied to clipboard
When using ”overlay“ attribute on ios, there is no difference when using view or svg
<CopilotProvider stopOnOutsideClick overlay="svg">
</CopilotProvider>
---------------------------------------------------------------
<CopilotProvider stopOnOutsideClick overlay="view">
</CopilotProvider
```>