Ajima Chukwuemeka

Results 25 comments of Ajima Chukwuemeka

Hi @amduffy19 Try running `rm -rf node_modules` form the root of the project and then `yarn install && react-native link` I believe this should solve your issues. If it doesn't...

> Why the `react-native link` ? To link any library he might reinstalled using the later command above, I would also like to point out that the `react-native link` command...

When I use ChartXLabel or ChartYLabel, the ChartDot get displaced as I want to display these values on top of the chart. I can't seem to get a workaround on...

@skeie You need to use the `positionY` and not `originalY`, modify your code to look like this: ```js const MyCustomYLabel = () => { const { positionX, positionY, originalY }...

I don't think this chart has the functionality, checkout [this chart library ](https://github.com/coinjar/react-native-wagmi-charts#line-chart)it has the this very functionality I have tested it and it's working fine.

Is there any help on this, I am experiencing same issue here.

I was able to solve this issue using useEffect hook. I created a component state and also created a function that calculated my points and then updates the state accordingly,...

> same problem, but when i drag the dot chart starts to draw > > 2021-01-11.15.09.10.mov How were able to get the opening/lowest value to be displayed in the chat?...

@osdnk Please can we get this PR reviewed and merged? Thank you🙏🏽

You have to wrap it around the Provider. Look at this source code on how I was able to get it working. ``` {/* */} ```