Fix compatibility with RN 0.47 (#93)
This commit is contained in:
parent
b92d8de42a
commit
e24f2e8da1
|
@ -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
|
* 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.
|
* will be automatically included in the JS bundle.
|
||||||
*/
|
*/
|
||||||
@Override
|
// Deprecated from RN 0.47.0
|
||||||
public List<Class<? extends JavaScriptModule>> createJSModules() {
|
public List<Class<? extends JavaScriptModule>> createJSModules() {
|
||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue