react-native-reanimated icon indicating copy to clipboard operation
react-native-reanimated copied to clipboard

Getting error: TypeError: animatedRef.getTag is not a function (it is undefined) expo 51

Open ahmetskilinc opened this issue 5 months ago • 0 comments

Description

When opening a movie/show screen It should open the screen for it with information about it.. Screenshot 2024-09-25 at 15 40 58

However it is giving me the error TypeError: animatedRef.getTag is not a function (it is undefined).

It wasn't doing this before - it started to do this randomly.

The files its all inside are /app/(auth)/home/movie/[id].tsx, /app/(auth)/home/show/[id].tsx

I've seen other issues saying it has been fixed or fixes for it but they do not work for me.

Steps to reproduce

  1. Open app in expo go
  2. Click on a Movie or TV Show
  3. Should get the error

Snack or a link to a repository

https://github.com/ahmetskilinc/movies

Reanimated version

3.10.1

React Native version

0.74.5

Platforms

Android, iOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

ahmetskilinc avatar Sep 25 '24 14:09 ahmetskilinc