react-native-web-svg

1.0.0 • Public • Published

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!

Package Sidebar

Install

npm i react-native-web-svg

Weekly Downloads

2,603

Version

1.0.0

License

MIT

Unpacked Size

3.34 kB

Total Files

4

Last publish

Collaborators

  • lekonstantos