react-native-collapsing-toolbar icon indicating copy to clipboard operation
react-native-collapsing-toolbar copied to clipboard

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

Open john1jan opened this issue 7 years ago • 4 comments

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

Getting this error when I tried to build

john1jan avatar Nov 27 '17 10:11 john1jan

Hi, which react-native version are you using?

cesardeazevedo avatar Nov 27 '17 17:11 cesardeazevedo

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

pwob avatar Jun 01 '18 09:06 pwob

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.

cesardeazevedo avatar Jun 01 '18 10:06 cesardeazevedo

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

zakayothuku avatar Aug 06 '18 08:08 zakayothuku