After upgrading the package, there is a build error on Android.
.../node_modules/react-native-image-size/android/src/main/java/com/existfragger/rnimagesize/RNImageSizeModule.java:62: error: variable bitmap is already defined in method getSize(String,Promise)
Bitmap bitmap = BitmapFactory.decodeStream((InputStream) input);
^
1 error
FAILURE: Build failed with an exception.
After upgrading the package, there is a build error on Android.