Results 9 comments of How-Choong Hugo

I have the same problem

@empitechathu https://github.com/doefler/react-native-social-share/issues/48 this solution worked for me

I change in node_modules/react-native-chart/src/Chart.js in render : in YAxis component `maxVerticalBound={this.state.bounds.max}` to this : `maxVerticalBound={this.state.bounds.max * 1.2}` and this in ChartType component `height={this.state.containerHeight - this.props.xAxisHeight}` to this : `height={(this.state.containerHeight -...

@varburg I solve it by manual installation : https://github.com/ludo/react-native-torch/pull/10

Ok I did something like this : ``` { this.carousel = carousel; }} bullets> this.carousel._animateNextPage()}> Next ``` If you want to, I can add a more generic example to the...

Thanks ! it works for me