software-mansion / react-native-reanimated

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

fix: missing imports to DevMenuUtils for compatibility with version 72 #6073

Closed gronxb closed 3 months ago

gronxb commented 4 months ago

Summary

Related Pull Request https://github.com/software-mansion/react-native-reanimated/pull/5997

Fixed #6076

Android build does not work for versions below 0.72.

image

Test plan

Run ./gradlew bundleRelease on versions below 0.72.

szydlovsky commented 3 months ago

The PR has been moved to https://github.com/software-mansion/react-native-reanimated/pull/6097 because of monorepo migration 😄