Jpadilla1 / react-native-ios-charts

Bringing iOS Charts to React Native
MIT License
587 stars 66 forks source link

Branch Chart2.2.5-Swift3.0 doesn't exist #66

Open femiveys opened 7 years ago

femiveys commented 7 years ago

I tried to follow the steps as listed.

However there is something wrong with the Podfile proposed.

pod 'Charts', git: 'https://github.com/danielgindi/Charts.git', branch: 'Chart2.2.5-Swift3.0'

branch Chart2.2.5-Swift3.0 doesn't exist. What branch should I use?

mahlon-gumbs commented 7 years ago

@femiveys Did you ever get this working? If so, how?

femiveys commented 7 years ago

No.

mahlon-gumbs commented 7 years ago

So I followed @Aaaaaashu advice here: #65 (use the Swift-3.0 branch from a fork) and that did the trick for me.

Hope that helps you as well.