@exodus/react-native-image-picker
Version:
A React Native module that allows you to use native UI to select media from the device library or directly from the camera
11 lines • 474 B
text/xml
<resources>
<style name="DefaultExplainingPermissionsTheme" parent="Theme.AppCompat.Light.Dialog.Alert">
<!-- Used for the buttons -->
<item name="colorAccent">#61c3e7</item>
<!-- Used for the title and text -->
<item name="android:textColorPrimary">#3d3d3d</item>
<!-- Used for the background -->
<item name="android:background">@android:color/white</item>
</style>
</resources>