Questions tagged [react-native-reanimated]

469 questions
0
votes
1 answer

How can I reproduce the text strip that's moving in React Native

I have attached the video to explain what I'm asking about, is there a library or a code snippet that I can use to make this animated text box?
FaysalB
  • 330
  • 1
  • 11
0
votes
0 answers

I get an error everytime i import Animated from Reanimated 2 into my Expo project. Error below

The error --> Error: Exception in HostFunction: java.lang.IllegalArgumentException: Could not find @ReactModule annotation in com.swmansion.gesturehandler.react.RNGestureHandlerModule Here is where i try to import it: import Animated, { SlideInUp,…
0
votes
0 answers

RN crash when a gesture is used(Pinch, Pan, Tap)

I implement a function that uses the pinch zoom gesture with the landscape functionality when I test this behavior, zooming in/out and rotating the phone moving from portrait to landscape, the application crash, and the react native console does not…
0
votes
1 answer

how can I update the newest react-native-reanimated version with expo?

how can I update the newest react-native-reanimated version with expo ? if I write this: npx expo install react-native-reanimated then I dont get the latest reanimated version
universe11
  • 703
  • 1
  • 11
  • 35
0
votes
0 answers

Error "Task :react-native-vision-camera:buildCMakeDebug FAILED"

I am trying to build React Native for Android with React Native vision camera and reanimated; however, I am getting this error. "Task :react-native-vision-camera:buildCMakeDebug FAILED" , and I think it is related to reanimated. I am using the…
0
votes
1 answer

TypeError: undefined is not an object 'installCoreFunctions' react-native-reanimated [iOS]

Tried with RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge …
red-devil
  • 1,064
  • 1
  • 20
  • 34
0
votes
0 answers

React-Natice-Reanimated not found

I have the following Error error: Build input file cannot be found: '/Applications/XAMPP/xamppfiles/htdocs/MyApp/MyMobileApp/node_modules/react-native-reanimated/Common/cpp/Registries/WorkletsCache.cpp' (in target 'RNReanimated' from project…
iSaBo
  • 117
  • 9
0
votes
0 answers

React native moti view loop property not working

I am working on a pulse animation in react native everything working fine as I expect but only issue I am facing is that the view is not looping. The animation run only once. I have done all the reanimated setup like adding the plugin and adding it…
0
votes
0 answers

Failed to initialize react-native (Drawer not working)

I am facing a problem when using drawer, I have configured according to react navigation and react-animated docs but still not able to run drawer on Android. The same project but on IOS runs very well, but when I use the Android virtual machine, I…
0
votes
1 answer

Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreanimated.so" not found

I am receiving this error when building an Android application after upgrading my react native version from 0.67 to 0.69. Is there anyone who can help me with this problem? Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen…
User511
  • 1,456
  • 10
  • 28
0
votes
1 answer

CSS/React-Native StyleSheet - Rotate on custom axis

So I have a rectangle that is rotated on the z-axis at 45 degrees. My question is how do I flip this element on the 45-degree axis? I understand there is rotateY and rotateX but I can't seem to rotate on this 45-degree. I was hoping to find the…
0
votes
1 answer

React native Accordion animation Bug

So, I am trying to make accordion in react-native. When I am opening & closing the acccordion. The is getting mounted/unmounted taking the space required & then animation is happening over the layout. How can I fix this using…
0
votes
1 answer

How to snap Animated.View to a point in the screen using PanGestureHandler in React Native?

Here, I would want to wrap the circle with a PanGestureHandler, make it draggable and snap to the X mark if it goes near it. The part that confuses me is when dragging I'm using the translationX and translationY values to move the circle around…
0
votes
4 answers

how to fix error when using the React Navigation?

Im getting this error BUNDLE ./index.js error: node_modules\react-native-reanimated\src\index.ts: C:\Work\WordHunt\node_modules\react-native-reanimated\src\index.ts: Export namespace should be first transformed by…
0
votes
1 answer

How can I get RGB or HEX or RGBA values from interpolateColor using React Native Reanimated?

I'd like to store and RGB value using setState or something like that. InterpolateColor() currently returns a big number. Here's my repo: https://github.com/duether/react-native-color-picker