vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
849 stars 334 forks source link

Need "Draw over other apps" permission on Android #69

Closed mtr1012 closed 7 years ago

mtr1012 commented 7 years ago

I use your library to display svg image on ios normaly but on android its required "Draw over other apps" permission. can you explain this ?

Crash-- commented 7 years ago

This library has no native code. So the issue may come from react-native-svg itself. But I suspect that you run your app in dev mode, and in dev mode, React-Native needs "Draw over other app" (see https://github.com/facebook/react-native/issues/5886#issuecomment-200837654)

matc4 commented 7 years ago

As @Crash-- mentioned, this library doesn't have native code.

softwaregal commented 6 years ago

after adding the react-native-svg library my app asks for permission to overlay over other apps.This calls for a scary user experience. And i do not require to overlay over other apps.Is this intended behaviour? If not how can i fix this?

matc4 commented 6 years ago

Hello @softwaregal , check the problem in react-native-svg library issues. This library has no native code.