You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: