Open vhakulinen opened 1 week ago
Same here, then I revert my reanimated lib into version 3.15.0 and remove some modification in metro.config.js related to reanimated lib and the warning is not there anymore.
I know it is not the solution, but just FYI.
Describe Your Environment
What version of victory-native-xl are you using? 41.8.0
What version of React and React Native are you using? 0.73
What version of Reanimated and React Native Skia are you using? reanimated 3.16.1, skia 1.5.0
Are you using Expo or React Native CLI? cli
What platform are you on? Android
Describe the Problem
Getting following errors when using
CartesianChart
:Expected behavior:
Shared values not accessed during component render.
Actual behavior:
Shared values are accessed during component render.
Additional Information
Reanimated version 3.16.0 introduced a logger that by default shows warnings about API misuse.
Related issue in
react-native-bottom-sheet
: https://github.com/gorhom/react-native-bottom-sheet/issues/1983The warning