The SVG string path is not required anymore while giving initial values to the component. It will generate the path one time initially, if there are not string paths defined in the data
With this change, we shouldn't need to re-export the createSVGPath from the package
I haven't been able to test it, but will later today - simply wanted to have a change up. @cerven feel free to test this branch if you want to (doing yarn add https://github.com/BenJeau/react-native-draw.git#feat-optional-initial-paths or making the version in the package.json be BenJeau/react-native-draw#feat-optional-initial-paths should work)
Changes
createSVGPath
from the packageyarn add https://github.com/BenJeau/react-native-draw.git#feat-optional-initial-paths
or making the version in the package.json beBenJeau/react-native-draw#feat-optional-initial-paths
should work)Related issues
closes #34