Skip to content
New issue

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

Not compatiable wtih RN 0.77.0-rc.4 #901

Open
kprabath opened this issue Dec 25, 2024 · 0 comments
Open

Not compatiable wtih RN 0.77.0-rc.4 #901

kprabath opened this issue Dec 25, 2024 · 0 comments

Comments

@kprabath
Copy link

I installed react-native-pdf for my RN 77+ project which has support for Android 15 page size memory.
It seems com.facebook.react.uimanager.BaseViewManagerInterface class has been removed and because of that project fails to compile

node_modules/react-native-pdf/android/src/paper/java/com/facebook/react/viewmanagers/RNPDFPdfViewManagerDelegate.java:16: error: cannot find symbol
import com.facebook.react.uimanager.BaseViewManagerInterface;
^
symbol: class BaseViewManagerInterface
location: package com.facebook.react.uimanager

node_modules/react-native-pdf/android/src/paper/java/com/facebook/react/viewmanagers/RNPDFPdfViewManagerDelegate.java:18: error: cannot find symbol
public class RNPDFPdfViewManagerDelegate<T extends View, U extends BaseViewManagerInterface & RNPDFPdfViewManagerInterface> extends BaseViewManagerDelegate<T, U> {
^
symbol: class BaseViewManagerInterface
2 errors

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

No branches or pull requests

1 participant