svg-react-native-converter

Conversor de arquivos svg para react-native utilizando python.

? Technologies

Technologies that I used to develop this application

? Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/cesarzxk/svg-react-native-converter.git

Follow the steps below

# For run the code(or double click):
python ./main.py

? How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork cesarzxk/svg-react-native-converter

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd svg-react-native-converter

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m "My new feature"

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

GitHub

https://github.com/cesarzxk/svg-react-native-converter