mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-02-17 17:17:25 +00:00
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…
x
Reference in New Issue
Block a user