Library not compatible with React Native 0.73 #5346
Labels
Needs review
Issue is ready to be reviewed by a maintainer
Platform: Android
This issue is specific to Android
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
I am trying the latest RC version of React Native, I see few issues to work with Reanimated library:
/node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/messageQueueThread/latest/com/swmansion/reanimated/ReanimatedMessageQueueThread.java:7: error: ReanimatedMessageQueueThread is not abstract and does not override abstract method isIdle() in MessageQueueThread
public class ReanimatedMessageQueueThread extends ReanimatedMessageQueueThreadBase {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
FAILURE: Build failed with an exception.
Execution failed for task ':react-native-reanimated:compileDebugJavaWithJavac'.
Steps to reproduce
Integrate Reanimated with latest RC of React Native (0.73.0-rc.3)
Snack or a link to a repository
https://snack.expo.io/
Reanimated version
3.5.4
React Native version
0.73.0-rc.3
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: