Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RN075 Support for Removed deprecated ReactMethod in Android. #6197

Closed
raghav-reglobe opened this issue Jul 2, 2024 · 2 comments · Fixed by #6185
Closed

RN075 Support for Removed deprecated ReactMethod in Android. #6197

raghav-reglobe opened this issue Jul 2, 2024 · 2 comments · Fixed by #6185
Labels
Platform: Android This issue is specific to Android Repro provided A reproduction with a snippet of code, snack or repo is provided

Comments

@raghav-reglobe
Copy link

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

@github-actions github-actions bot added Platform: Android This issue is specific to Android Repro provided A reproduction with a snippet of code, snack or repo is provided labels Jul 2, 2024
@szydlovsky
Copy link
Contributor

Hey @raghav-reglobe we are already aware of that and are working on it here:
#6185
Thanks for submitting nonetheless!

@szydlovsky szydlovsky linked a pull request Jul 2, 2024 that will close this issue
@raghav-reglobe
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android This issue is specific to Android Repro provided A reproduction with a snippet of code, snack or repo is provided
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants