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.
9 lines (6 loc) • 307 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name=".PLYProductActivity" android:theme="@style/Theme.Purchasely" />
<activity android:name=".PLYSubscriptionsActivity" android:theme="@style/Theme.Purchasely" />
</application>
</manifest>