fkhosrow
fkhosrow
> > > Check your deps especially https://github.com/SAFE-Stack/SAFE-Nightwatch/blob/master/package.json#L29 > > then check: > > https://github.com/SAFE-Stack/SAFE-Nightwatch/blob/master/metro.config.js > https://github.com/SAFE-Stack/SAFE-Nightwatch/blob/master/babel.config.js#L2 > > I assume it's related somehow @forki I believe the difference between...
Update: I started with latest SAFE_NightWatch app in master branch and ported my app to it. Same issues w.r.t JSX errors. The workaround is to go Non-JSX for react-native but...
Hi @Yaweii and @alexandraclaire, I got the chart working "real time". The chart caches the first n input points initially to compute the min/max for scaling. For subsequent calls, the...
Hi @oksktank in that case, can I modify the original code to get this working for my case? If so, what do I need to to do? Thanks.
Hi @oksktank, I increased the borderTopWidth to 1.5. However, now I see pretty obvious white space between the lines. I noticed the spaces were always there regardless but not as...
See a working example: https://github.com/fkhosrow/RealTimeChart (of interest are App.js and Chart.js). Note that my chart does not work like the example shown for this library. I do NOT think it's...
> I use babel but still i get error for this: `Uncaught TypeError: Array is not a constructor` babel constructs something like this: > > ```js > var Arrayable =...
I started getting this issue when I turned on "Toggle Inspector" on the app Dev menu. Turning off "JS Dev Mode" and "Use JS Deltas" fixed the issue for me.
I started getting this issue when I turned on "Toggle Inspector" on the app Dev menu.Turning off "JS Dev Mode" and "Use JS Deltas" fixed the issue for me.
I guess I should be posting if I am sending information in the body.