'Which AndroidManifest.xml I have to change in React native cli when installi expo-image-picker

I have to add these :

<activity
  android:name="com.canhub.cropper.CropImageActivity"
  android:theme="@style/Base.Theme.AppCompat">
</activity>

In AndroidManifest.xml within application to use expo-image-picker. There is many AndoidManifest.xml which one i have to change?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source