Skip to content

React Native for Web implementation of react-native-svg

Notifications You must be signed in to change notification settings

klevytskyi/react-native-web-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

React Native for Web implementation of react-native-svg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published