Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

useValues is not a function, react-native-redash

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?

like image 911
Vladyslav Zavalykhatko Avatar asked Apr 21 '26 00:04

Vladyslav Zavalykhatko


1 Answers

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";

Update December 2022.

Since version 17.0.0 v1 version is not supported anymore. The Last compatible version is 16.3.0. You can use this version from GitHub as well.

like image 134
Tim Avatar answered Apr 23 '26 01:04

Tim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!