UNPKG

react-native-shareable

Version:

Shareable is a react native library that provides an easy way to share data with other devices!

13 lines 573 B
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorAccent">#D81B60</color> <color name="colorPrimary">#008577</color> <color name="colorPrimaryDark">#00574B</color> <string name="app_name">shareable</string> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> </style> </resources>