software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.61k stars 1.26k forks source link

RN075 Support for Removed deprecated ReactMethod in Android. #6197

Open raghav-reglobe opened 3 days ago

raghav-reglobe commented 3 days ago

Description

In react-native 0.75.0,

UIManagerModule has been updated and some of it's methods are found such as.

dismissPopupMenu
showPopupMenu
measureLayoutRelativeToParent

In ReactNativeUtils, ReactViewBackgroundDrawable has some undefined Symbols.

Steps to reproduce

Create a new react-native project with RN075:

RUN : npx react-native@next init RN075 --version next RUN : yarn add react-native-reanimated@latest RUN : react-native run-android

Snack or a link to a repository

https://snack.expo.dev/@raghav-cashify/rn075

Reanimated version

3.13.0-rc.2

React Native version

0.75.0-rc.3

Platforms

Android

JavaScript runtime

Hermes

Workflow

React Native

Architecture

Fabric (New Architecture)

Build type

Debug app & dev bundle

Device

Real device

Device model

Pixel 4a

Acknowledgements

Yes

szydlovsky commented 2 days ago

Hey @raghav-reglobe we are already aware of that and are working on it here: https://github.com/software-mansion/react-native-reanimated/pull/6185 Thanks for submitting nonetheless!

raghav-reglobe commented 2 days ago

Thanks.