Closed kikill95 closed 7 years ago
Hi @kikill95
I have raised a PR for the same 8
I hope it will be merged ASAP. Meantime you can remove @override and use this library
Thanks Pranav
Hi, @prscX
Thank you
Just updated the npm package, pls check, thanks @prscX for making PR
I think that we don't need "@Override" for
public List<Class<? extends JavaScriptModule>>
method, when I am trying run "react-native run-android" I have compile error:When I remove "@Override" this works and compile fine
I am not good in Java, but I think we can do it.
Line that I think we need to remove: https://github.com/phuochau/react-native-thumbnail/blob/master/android/src/main/java/com/reactlibrary/RNThumbnailPackage.java#L19