Open anas-dev-97 opened 6 months ago
Hey @anas-dev-97 - have you taken a look at the Stock Price
example that's found in the repo's example app? As I think it's accomplishing what you're looking for. You should be able to access the values of your useChartPressState
(s) so that you can display the information you're looking for.
Question
How can I retrieve values recorded during the onTouchMove method of PanGesture on the JavaScript thread synchronously with the UI thread in Victory Native XL?
Background Info/Attempts
I'm currently encountering an issue where I need to access values recorded during the
onTouchMove
method of PanGesture synchronously with the UI thread in Victory Native XL. Current behavior of my app does not align with the expected behavior as visualized in the documentation.Current behavior
https://github.com/FormidableLabs/victory-native-xl/assets/168443517/16eb2537-501a-491c-a9a9-b5413243884f
Code
children
Render outside