razor1895

Results 6 comments of razor1895

用keyboardavoidingview应该能解决,如果不能就需要用scrollview配合keyboardwillshow,keyboardwillhide事件给scrollview设置高度

could you please give a demo repo that can reproduce this issue?

@stokesbga Thanks for your reply and I will provide a example project about how to create custom indicator

https://gist.github.com/razor1895/2e755135af960752c164fad62f169ec9 here's the code will shows the same demo in the gif

hey, dude, how did you make this module work, I tried hard but still got swift compile error.... if you have any ideas on how solve this, please let me...

@prithsharma I solved this by changing the react-native-ios-charts version to 0.2.7 and the charts version to 2.2.3. Then build with Xcode 7 and it works. Here's my podfile ``` use_frameworks!...