Skip to content

Instantly share code, notes, and snippets.

@OdearOgy
Created January 7, 2020 22:18
Show Gist options
  • Select an option

  • Save OdearOgy/4a8fd721ff0efe47ada1e96093bab6fb to your computer and use it in GitHub Desktop.

Select an option

Save OdearOgy/4a8fd721ff0efe47ada1e96093bab6fb to your computer and use it in GitHub Desktop.
This bash script converts svg files into react native svg file.
# 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