react-native-reanimated Questions
2
Solved
I am using react-native-reanimated-carousel ^2.5.0 and it does show photos as it should but when I try to swipe left or right it does not do anything, it does not scroll nor shows any errors.
Here ...
Massey asked 29/5, 2022 at 20:53
11
Solved
I was working on a project on react native trying to create drawer navigation
I installed a navigation drawer, gesture handler, and reanimated libraries
and when I run I got an error
1st error :
...
Indented asked 24/9, 2022 at 17:33
11
so this is the first time I used Reanimated 2 and unfortunately my App get crashed with the above message. Unable to view my app screen.
Invariant Violation: TurboModuleRegistry.getEnforcing(...):...
Franklynfrankness asked 17/1, 2021 at 13:14
3
Solved
How do i trigger a useEffect based on a sharedValue from the Reanimated libary?
const sharedValue = useSharedValue(0);
useEffect(() => {
console.log("exectue functions");
}, [share...
Maryland asked 22/9, 2022 at 12:18
7
Solved
Following along with the react native reanimated docs here I have this code:
import Animated, { useSharedValue, useAnimatedStyle } from 'react-native-reanimated';
function WobbleExample(props) {
...
Bazar asked 23/5, 2023 at 19:52
0
I am badly struck with below error and cannot find solution anywhere from last 3 days, I had recently upgraded to react native 0.72.3 and i think there is some problem with react-native-reanimated ...
Essonite asked 14/8, 2023 at 19:22
0
I am running a managed app which I just upgraded to SDK 49.
eas-cli/3.17.1 darwin-arm64 node-v18.17.0
My app, even tough running great locally, crashes on start when I open it from an EAS update us...
Cordwood asked 30/7, 2023 at 11:41
3
We are encountering an issue where our React Native Android application crashes on certain devices due to a memory leak. While it works perfectly on most devices, roughly 25% of users have reported...
Pectoral asked 30/6, 2023 at 2:26
2
native developers. I have been developing and maintaining a react-native app for the past four years now. Now I have come to a point where I no longer know a way to debug my app. I am using recent ...
Karney asked 25/1, 2023 at 21:0
10
TypeError: global.__reanimatedWorkletInit is not a function. (In 'global.__reanimatedWorkletInit(_f)', 'global.__reanimatedWorkletInit' is undefined)
I am using React Native (not Expo), and I don'...
Exceeding asked 18/1, 2022 at 3:43
4
I'm learning reanimated because it works on the UI thread and I want to achieve a rotation animation. Rotating in degrees (like 45deg) is not working and prompts an error. So how can we achieve rot...
Surname asked 13/7, 2020 at 7:35
5
Solved
My React Native App crashes after updating the target Sdk version and compileSdkVersion 31. It was working version 30. Google Play forced us to this update. The app crashes on Android 12 version de...
Strophe asked 16/11, 2022 at 19:6
5
Solved
Using react-native-reanimated, I'm trying to repeat infinitely an animation which is also a repeated animation, with a delay.
With my code, the delay and the nested repeat animation are triggered b...
Psychopathy asked 11/7, 2022 at 9:5
4
Solved
I was making new project and I can't run the android emulator with this error.
It is located at 'node_modules\react-native-reanimated\src\index.ts' and this is just the code there:
// tree-shaken...
Polled asked 1/8, 2022 at 22:54
1
When I install react-native-reanimated in my project after try to run my app it's show me bellow error:
Cause: executing external native build for cmake /Users/MyPC/React-Native/Citi-App-Old-versio...
Shool asked 25/6, 2022 at 15:41
0
When i work on react native reanimated i faced this error.
ERROR Error: Requiring module "node_modules/@react-navigation/drawer/src/index.tsx", which threw an exception: Invariant Violat...
Mezuzah asked 20/12, 2022 at 9:40
1
What I want
I'm trying to animate the react navigation native stack header by changing the background from a transparent to a gray color when the user scrolls down. I was reading the documentation ...
Yippee asked 16/12, 2022 at 7:19
2
Solved
I've been using the library to create bottom sheet modals for my react native app, but it's doesn't seem to work on Android, but on iOS it does. I used the same backdrop component and handle compon...
Carapace asked 25/5, 2021 at 12:10
1
If I understand correctly the purpose of 'worklets' it to run the code on UI thread:
With Reanimated 2 we spawn a secondary JS context on the UI thread that then is able to run JavaScript function...
Socher asked 6/4, 2022 at 11:8
0
My React Native expo application crashing without any error when call function() in withTiming() callback
Example :
const whenFinishFunction = () => {
// do some thing
};
const [animation...
Optimistic asked 2/10, 2022 at 18:14
5
Solved
I am unable to resolve this, and gone through the below document
https://www.npmjs.com/package/react-native-tab-view
Also I did not come across any document regarding this issue. I have used the s...
Power asked 31/7, 2020 at 10:20
1
Solved
Using PanGestureHandler from react-native-gesture-handler with react-native-reanimated with useAnimatedGestureHandler throws this error.
Expected onGestureHandlerEvent listener to be a function, i...
Edyth asked 20/5, 2022 at 10:55
1
So I dont know why I am getting this weird error and I am unable to find any solution for it so plz help with me
Error
Code
import React, { useRef, useState } from 'react'
2 import Animated, { E...
Venomous asked 26/1, 2022 at 8:57
1
Solved
I would like to add react-native-reanimated to my project, I followed the installation guide and at the time of adding the plugin for Babel I receive an error from it when launching the application...
Springwood asked 3/12, 2021 at 3:16
1
I am using a react-native-gesture-handler library with reanimated and react-native-redash. I want to make scrollView scrollable which is nested inside panGestureHandler but all the interactions are...
Therontheropod asked 18/11, 2020 at 12:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.