react-native-remote-svg
react-native-remote-svg copied to clipboard
Update svg rendering approach
trafficstars
Normally svg is rendered using backgroundImage in web.
How is this better than rendering the svg directly in DOM?
@seekshiva now svg always cover the whole webview.
The height: 100%; width: 100% that was assigned to svg tag also ensured that the svg covered the whole webview. Was there any scenario where it wasn't covering the WebView fully?