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

React Native 0.59 #115

Open
ovidius72 opened this issue Aug 6, 2020 · 0 comments
Open

React Native 0.59 #115

ovidius72 opened this issue Aug 6, 2020 · 0 comments

Comments

@ovidius72
Copy link

ovidius72 commented Aug 6, 2020

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.
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