react-native-collapsing-toolbar
                                
                                 react-native-collapsing-toolbar copied to clipboard
                                
                                    react-native-collapsing-toolbar copied to clipboard
                            
                            
                            
                        RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage
error: RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage
Getting this error when I tried to build
Hi, which react-native version are you using?
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.
Try removing the @Override Interface on the createJSModules() method, it should work. I think there are compatibility changes with the update.