coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
589 stars 116 forks source link

Fixed usePrice.ts dataIndex issue #141

Open osama-ahmed220 opened 1 year ago

osama-ahmed220 commented 1 year ago

Why Currently, usePrice.ts file getting data index by min value index, sometime it gets -1 index which is throwing error.

How Checking dataIndex if it is -1 then first index should get the price otherwise selected index.

arancauchi commented 1 year ago

Thanks for this PR @osama-ahmed220. Would it be possible to amend this PR so we check for indices with a value of < 0 instead rather than a test on just -1?