Created
January 7, 2020 22:18
-
-
Save OdearOgy/4a8fd721ff0efe47ada1e96093bab6fb to your computer and use it in GitHub Desktop.
This bash script converts svg files into react native svg file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # you'll need to install react-native-expo-svg using npm or any other pm | |
| # before running this code | |
| for img in *.svg; do react-native-expo-svg $img; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment