Erick Garcia

Results 8 comments of Erick Garcia
trafficstars

@rmshkmr I dont know if this can help you, but give it a shot ``` this.optionsTransac={ tooltips:{ enabled:true, xPadding:15, yPadding:15, callbacks:{ //remove title title:function(data){ return [];}, //remove label label(tooltipItem,data){ return...

@quinnlangille I would like to work on this, or at least try haha

Hey guys I would like to work on this, but I'm not sure what should I fix here?

Hi @dashracer could you please share how you did the installation? I'm getting this error: ``` React/RCTBridgeModule.h' file not found #import ```

@dashracer thanks for your help, at the end I did this, to compile it in ios: ``` 1. cd ios 2. Added these dependencies to the Podfile: pod 'React', :path...

@dashracer I'm testing it on ios, and I did something like : ``` componentDidMount() { BackgroundTimer.start() this.interval = setInterval(() => { console.log('okay baby') }, 10000); } stopTimer = () =>...