We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage
Getting this error when I tried to build
The text was updated successfully, but these errors were encountered:
Hi, which react-native version are you using?
Sorry, something went wrong.
Hi I am encountering this error, my react-native version is 0.46.
The latest version won't work with react-native version 0.46, since there is compatibility changes in the past, see
Using 1.0.0-beta.4 may work, but i recommend you take some time to upgrade react-native instead.
1.0.0-beta.4
Try removing the @Override Interface on the createJSModules() method, it should work. I think there are compatibility changes with the update.
@Override
createJSModules()
No branches or pull requests
error: RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage
Getting this error when I tried to build
The text was updated successfully, but these errors were encountered: