UNPKG

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) 575 B
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- Custom colors for image picker cropping interface --> <!-- Dark mode defaults --> <color name="expoCropToolbarColor">#00000000</color> <!-- Transparent --> <color name="expoCropToolbarIconColor">#ffffff</color> <!-- White icons --> <color name="expoCropToolbarActionTextColor">#ffffff</color> <!-- White text --> <color name="expoCropBackButtonIconColor">#ffffff</color> <!-- White back button --> <color name="expoCropBackgroundColor">#000000</color> <!-- Black background --> </resources>