Skip to content

RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage #7

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

Open
john1jan opened this issue Nov 27, 2017 · 4 comments

Comments

@john1jan
Copy link

error: RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage

Getting this error when I tried to build

@cesardeazevedo
Copy link
Owner

Hi, which react-native version are you using?

@pwob
Copy link

pwob commented Jun 1, 2018

Hi I am encountering this error, my react-native version is 0.46.

@cesardeazevedo
Copy link
Owner

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.

@zakayothuku
Copy link

zakayothuku commented Aug 6, 2018

Try removing the @Override Interface on the createJSModules() method, it should work. I think there are compatibility changes with the update.

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

4 participants