Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

RN 0.72.3 compile issue #6

Closed
sn4f opened this issue Jul 14, 2023 · 4 comments
Closed

RN 0.72.3 compile issue #6

sn4f opened this issue Jul 14, 2023 · 4 comments

Comments

@sn4f
Copy link

sn4f commented Jul 14, 2023

Hello, could you help me with this one?

> Task :sendbird_react-native-scrollview-enhancer:compileDebugKotlin FAILED
'compileDebugJavaWithJavac' task (current target is 11) and 'compileDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
e: /app/node_modules/@sendbird/react-native-scrollview-enhancer/android/src/main/java/com/scrollviewenhancer/MaintainVisibleScrollPositionHelper.kt: (60, 1): Class 'MaintainVisibleScrollPositionHelper' is not abstract and does not implement abstract member public abstract fun willMountItems(p0: UIManager!): Unit defined in com.facebook.react.bridge.UIManagerListener
@bang9
Copy link
Collaborator

bang9 commented Jul 17, 2023

Hi @sn4f starting from version 0.72.0 and later, React-Native provides all the features(onStartReached, maintainVisibleContentPosition) in FlatList, so you do not need this library.

@bang9 bang9 closed this as completed Jul 17, 2023
@sn4f
Copy link
Author

sn4f commented Jul 17, 2023

@bang9 thanks

@bang9 bang9 pinned this issue Jul 17, 2023
@Jtmaca9
Copy link

Jtmaca9 commented May 8, 2024

Ive just run into this same problem, it really should be removed from the introduction documentation if it is not required anymore.

@bang9
Copy link
Collaborator

bang9 commented May 8, 2024

@Jtmaca9 Hi, we provide a note for this.

image

As a library provider, we need to consider users who are using versions below 0.72.
At the time of the 0.75 release, as we will have sufficiently moved away from the 0.72 version, we plan to update the note as follows.

Note: If you're using React-Native 0.71.x or lower, you should install @sendbird/react-native-scrollview-enhancer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants