Erik Dreifaldt
Erik Dreifaldt
Messing around and faced the same issue and found that changing decay to withDecay resulted in what I believe is the desired outcome: const cx = clamp( withDecay({ value: translationX,...
Error indicates that reanimated is not installed correctly. https://docs.swmansion.com/react-native-reanimated/docs/installation/
Is this effect achievable somehow? I'm trying achieve this effect via a inside the ChartPathProvider but it only moves when the screen is re-rendered. ``` const ChartComponent = () =>...
In my case it was all about giving xcode full access to the harddrive. Select System Preferences->Security & Privacy->Full Disk Access
Only when both `unstable_settings` and `initialRouteName` in the `Stack` is used then it works. 🤷♂️