Questions tagged [react-native-redash]

3 questions
3
votes
1 answer

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?
2
votes
0 answers

React-native-redash, useTransition() function error

While using react-native-redash, I am facing this issue. TypeError: undefined is not a function (near '...(0, _reactNativeRedash.useTransition)...')
Tanvi Agarwal
  • 156
  • 3
  • 10
0
votes
1 answer

How to land on the image a user has clicked in image swipe?

My React Native 0.64 app uses react-native-gesture-handler 1.16/react-native-reanimated 2.1 to swipe images left and right. The idea is when user clicks a image in image gallery, then the image was displayed occupying the full screen and the rest of…