Mahlon Gumbs
Mahlon Gumbs
@Aaaaaashu did you ever get this resolved? If so, can you share what you did?
@Aaaaaashu that did the trick. Thanks.
Same issue here. I'm debouncing the call to eliminate the multiple executions but that doesn't help the fact that these callbacks are executed on pressing the item.
Just ran into this as well. See pull request: [Added support for valueTextColor](https://github.com/hongyin163/react-native-chart-android/pull/45)
@femiveys Did you ever get this working? If so, how?
So I followed @Aaaaaashu advice here: [#65](https://github.com/Jpadilla1/react-native-ios-charts/issues/65#issuecomment-258624464) (use the Swift-3.0 branch from a fork) and that did the trick for me. Hope that helps you as well.
@guitoof I'm using Xcode v8.0 and it would always fail on swift conversion for me as well (generating sometimes 999+ errors). I finally got it working by adding the files...
@alexkendall I used CocoaPods as well. Were you able to do it with a group or are the RNiOSCharts files in your ios project root directory?
@alexkendall so for step 2 when you have to "Add files to ", how did you do it? I must have done something wrong because it copied the files from...
@alexkendall I knew it would be something silly on my part. That did it. Thanks!