react-native-purchasely
Version:
Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.
18 lines (13 loc) • 651 B
text/xml
<resources>
<style name="Theme.Purchasely.Fullscreen" parent="Theme.Purchasely">
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="Theme.Purchasely.Fullscreen.Light" parent="Theme.Purchasely">
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<!-- Optional, if your background is white -->
<item name="android:windowLightStatusBar">true</item>
</style>
</resources>