Fix compatibility with RN 0.47 (#93)

This commit is contained in:
Sibelius Seraphini 2017-08-02 13:11:46 -03:00 committed by Florian Rival
parent b92d8de42a
commit e24f2e8da1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class ImageResizerPackage implements ReactPackage {
* listed here. Also listing a native module here doesn't imply that the JS implementation of it
* will be automatically included in the JS bundle.
*/
@Override
// Deprecated from RN 0.47.0
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}