react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Android install guide still up to date?

Open Zerres opened this issue 2 years ago • 2 comments

Version

  • react-native-image-crop-picker v0.39.0
  • react-native v0.71.7

Platform

  • Android

Question

After upgraded my Project to the latest react native version i only realized afterwards that i have accidentally removed some of the android setup for this module. These ones:

allprojects {
    repositories {
      mavenLocal()
      jcenter()
      maven { url "$rootDir/../node_modules/react-native/android" }

      // ADD THIS
      maven { url 'https://maven.google.com' }

      // ADD THIS
      maven { url "https://www.jitpack.io" }
    }
}
android {
    ...

    defaultConfig {
        ...
        vectorDrawables.useSupportLibrary = true
        ...
    }
    ...
}

However the module was still working without issues. So far i've only tested it with API level 33 (Samsung A52 & emulator) and API 24 (emulator). So i was wondering if these are actually still required or if it could be removed nowadays?

Zerres avatar May 05 '23 10:05 Zerres

Any updates on this?

maharjanaman avatar Nov 08 '23 12:11 maharjanaman

Would be great to know if these configs are outdated and can be removed. Anyone?

eduardo-santos-tribia avatar Jan 31 '24 22:01 eduardo-santos-tribia