Questions tagged [react-native-reanimated]
469 questions
0
votes
1 answer
Moving box from bottom to top using React Native PanGestureHandler
I want to slide a box from bottom to top. I used diffClamp to limit the distance of the slider. I tried many ways to do this but couldn't find a solution for this.
In following code snippet i was able to slide from top to bottom. In that also I have…

Amila Dulanjana
- 1,884
- 1
- 16
- 33
0
votes
1 answer
React native reanimated - change animation params with props
i am using react native reanimated.
I cant change animation value passing different props to component.
This is my expo code : expo code
Actually i want change the min variable inside my snappable.js components to props.minValue so i can change the…

cklinx
- 23
- 11
0
votes
1 answer
Hide buttons behind Images
Hi I am new to React Native.
I have created an Image that when pressed on expands other buttons with animated view. However with these code the buttons are on top of the image before I press it and I only want them to be showed when the user clicks…

Tiago 2.0
- 141
- 3
- 12
0
votes
1 answer
Can't find variable (functionName()) when updating parent State from child component in React Native
I'm trying to update the position of a card in a parent component in react natvive.
My parent component has this:
class JarList extends React.Component {
state = {
position: { width: cardWidth, height: cardHeight, x: initialCardX, y:…

Aresky
- 17
- 6
0
votes
0 answers
React Native animation works only if state is true with useEffect
I'm trying to make accordion component with animated api and useEffect hook but animation only works if expanded state is true. When expanded state false component closes itself but with no animation. How can i make this animation work at both…

Necmettin Sargın
- 87
- 1
- 10
0
votes
1 answer
How can I pass a CustomButton component to createAnimatedComponent?
I'm trying to make a CustomButton animate! I use createAnimatedComponent and ref. The button shows up but the animation does not work! I tried to comment out the colors in the CustomButton just in case the animated colors from the…

Fotios Tsakiris
- 1,310
- 1
- 18
- 24
0
votes
1 answer
ref.current is always return null with react hooks when i use flatList
the error always occurred when i pass ref to a renderItem Element which passed to flatList component, what i want here is to manipulate the item itself with refs but i always get this error
here is my code snippet
import React, { useState, useRef,…

Ahmed Nabil
- 131
- 1
- 8
0
votes
2 answers
React-native Atempt to invoke virtual method 'double java.lang.double.doublevalue()' on a null object reference (2019)
Seems to be a problem with react-native-reanimated

Nijat Aliyev
- 558
- 6
- 15
0
votes
0 answers
Issues with reload using reanimated in react native
I've been using reanimated to implement some nice 60fps animations in our apps at work.
I'm on 0.60.3 with react Native, so I use the fast refresh functionality.
I have an issue where if I write anything that includes reanimated and therefore is…

airick94
- 23
- 4
0
votes
1 answer
using react-navigation in react-native 0.59.10
I'm making a project with react-native 0.59.10
when I wanna install reac-navigation, react-native-gesture-handler and react-native-reanimated .
I got error and project does not built, should I use a specific version of each of them?

Mr.B
- 63
- 2
- 9
0
votes
1 answer
react-native reanimated does not respond to onFocus and onBlur
What I am trying to do
I need to animate a View's background color when a text input is focused.
What I did until now
I built a component that has two functions, onFocus and onBlur - it's just an event function from react-native-reanimated.
const…
0
votes
1 answer
React Native Animation Basic
So I am practicing the React Native Reanimated or the Animation in React Native with Expo. I'm trying to open a screen from bottom to top using Animated.
When I press the Text it will show another screen on top of my Parent Component with Animation…

Liza Catherine Ombyaw
- 804
- 2
- 11
- 27
-1
votes
1 answer
Execution failed for task ':react-native-reanimated:configureCMakeDebug[arm64-v8a] [CXX1428] exception while building Json
I'm trying to use the Drawer Navigator from React Navigation in my React Native project. I've come across a similar issue that many others have faced when attempting to run the React Native app after integrating react-native-reanimated into their…

DineshMsd
- 72
- 1
- 9
-1
votes
1 answer
Task :react-native-reanimated:configureCMakeDebug[arm64-v8a] FAILED
What went wrong:
Execution failed for task ':react-native-reanimated:configureCMakeDebug[arm64-v8a]'.
[CXX1405] error when building with cmake using D:\Practice\GmmcoProject\node_modules\react-native-reanimated\android\CMakeLists.txt: Build command…

Loyalty_Thameem
- 51
- 1
- 9
-1
votes
2 answers
'NSInvalidArgumentException', reason: '-[REAEventDispatcher setBridge:]: unrecognized selector sent to instance
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[REAEventDispatcher setBridge:]: unrecognized selector sent to instance 0x282708dc0'

Maheshvirus
- 6,749
- 2
- 38
- 40