We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"react-native": "0.73.6" "react-native-pager-view": "6.2.3"
IS_NEW_ARCHITECTURE_ENABLED = TRUE bridgelessEnabled = FALSE
Android Studio 2023.2.1
buildToolsVersion = "34.0.0" minSdkVersion = 23 // Android 6.0 and above compileSdkVersion = 34 // Android 14 (gives access to new APIs) targetSdkVersion = 33 // Android 13 ndkVersion = "25.1.8937393" kotlinVersion = "1.8.22"
Hello,
When I'm trying to build the my project (release or begug - it does not matter) with IS_NEW_ARCHITECTURE_ENABLED = TRUE, the following error occurs:
> Task :react-native-pager-view:compileReleaseKotlin FAILED e: file:/app-react/node_modules/react-native-pager-view/android/src/fabric/java/com/reactnativepagerview/PagerViewViewManager.kt:23:7 Redeclaration: PagerViewViewManager e: file:/app-react/node_modules/react-native-pager-view/android/src/paper/java/com/reactnativepagerview/PagerViewViewManager.kt:21:7 Redeclaration: PagerViewViewManager
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
"react-native": "0.73.6"
"react-native-pager-view": "6.2.3"
IS_NEW_ARCHITECTURE_ENABLED = TRUE
bridgelessEnabled = FALSE
Android Studio 2023.2.1
buildToolsVersion = "34.0.0"
minSdkVersion = 23 // Android 6.0 and above
compileSdkVersion = 34 // Android 14 (gives access to new APIs)
targetSdkVersion = 33 // Android 13
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.22"
Description
Hello,
When I'm trying to build the my project (release or begug - it does not matter) with IS_NEW_ARCHITECTURE_ENABLED = TRUE, the following error occurs:
The text was updated successfully, but these errors were encountered: