software-mansion / react-native-reanimated

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

Deprecated APIs with android 15 #6699

Open BoteSchaafsma-tomtom opened 22 hours ago

BoteSchaafsma-tomtom commented 22 hours ago

Description

After the release of android 15 some API's were deprecated with API level 35. One of the updates is the enforcement of edge to edge (link to article). With this some API's are deprecated like setDecorFitsSystemWindow(). Which are still used in this module. Will this be addressed in future releases?

Steps to reproduce

NA

Snack or a link to a repository

https://github.com/software-mansion/react-native-reanimated/blob/ec729a7324b4a6523e546d5e11c9f61196e58649/packages/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/keyboard/WindowsInsetsManager.java#L82

Reanimated version

3.16.1

React Native version

0.76.1

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

github-actions[bot] commented 22 hours ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

github-actions[bot] commented 22 hours ago

Hey! 👋

It looks like you've omitted a few important sections from the issue template.

Please complete Steps to reproduce section.