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
Is this supposed to work with React Native version 0.59.
I'm getting error with import androidx.annotation.Nullable;. It can't find the symbol.
full error:
import androidx.annotation.Nullable;
import androidx.annotation.Nullable;
^
symbol: class Nullable
location: package androidx.annotation
/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/ReactSoftKeyboardMonitor.java:7: error: cannot find symbol
import androidx.annotation.Nullable;
/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootViewShadow.java:17: error: method does not override or implement a method from a supertype
@Override
^
Note: .../node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/utils/ViewUtils.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
The text was updated successfully, but these errors were encountered:
Is this supposed to work with React Native version 0.59.
I'm getting error with
import androidx.annotation.Nullable;
. It can't find the symbol.full error:
The text was updated successfully, but these errors were encountered: