react-native-web-svg

React Native for Web implementation of react-native-svg

Usage no npm install needed!

<script type="module">
  import reactNativeWebSvg from 'https://cdn.skypack.dev/react-native-web-svg';
</script>

README

react-native-web-svg

This package was written to be used as a react-native-web implementation of react-native-svg library.

Usage with webpack

module.exports = {
  /* All of yours webpack config */
  resolve: {
    // ...
    alias: {
      // ...
      'react-native

: 'react-native-web',
      'react-native-svg

: 'react-native-web-svg',
    },
  },
};

Thats it!