wonsikin / react-native-barcode-builder

Component for generating barcode in react native app
Other
175 stars 116 forks source link

Hard pinning react-native-svg at 4.4.1 #3

Closed thekevinbrown closed 7 years ago

thekevinbrown commented 7 years ago

react-native-svg 4.5 and above use react-native 0.40+, which includes a breaking change to the format of native files. Because we've got react-native 0.39.2 pinned, this ensures the example works.

I think we should upgrade the library to use react-native-svg 5+ and react-native 0.40+, but this change keeps the example building in the meantime.