wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

React Native 0.59 #115

Open ovidius72 opened 4 years ago

ovidius72 commented 4 years ago

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.