expo-image-picker
Version:
Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.
11 lines (10 loc) • 576 B
text/xml
<resources>
<!-- Custom colors for image picker cropping interface -->
<!-- Light mode defaults -->
<color name="expoCropToolbarColor">#00000000</color> <!-- Transparent -->
<color name="expoCropToolbarIconColor">#000000</color> <!-- Black icons -->
<color name="expoCropToolbarActionTextColor">#000000</color> <!-- Black text -->
<color name="expoCropBackButtonIconColor">#000000</color> <!-- Black back button -->
<color name="expoCropBackgroundColor">#ffffff</color> <!-- White background -->
</resources>