After upgrading react-native-redash from 9.6.0 to 15.11.1, I can't find useValues anymore. Has it been removed? Is there a new preferred way to get animated values?
After upgrading react-native-redash from 9.6.0 to 15.11.1, I can't find useValues anymore. Has it been removed? Is there a new preferred way to get animated values?
In the github readme it is written under "V1 Users", that you can import old functions from v1 via:
import { useValues } from "react-native-redash/lib/module/v1";