Fix bug when adding multiple photos. Added RN image resizer
This commit is contained in:
@@ -19,6 +19,8 @@ import com.imagepicker.ImagePickerPackage;
|
||||
|
||||
import com.rnfs.RNFSPackage;
|
||||
|
||||
import fr.bamlab.rnimageresizer.ImageResizerPackage;
|
||||
|
||||
public class MainApplication extends Application implements ReactApplication {
|
||||
|
||||
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
|
||||
@@ -34,7 +36,8 @@ public class MainApplication extends Application implements ReactApplication {
|
||||
new ReactViroPackage(ReactViroPackage.ViroPlatform.GVR),
|
||||
new MapsPackage(),
|
||||
new ImagePickerPackage(),
|
||||
new RNFSPackage()
|
||||
new RNFSPackage(),
|
||||
new ImageResizerPackage()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user