UNPKG

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.

10 lines (7 loc) 353 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativepurchasely"> <application> <activity android:name=".PLYProductActivity" android:theme="@style/Theme.Purchasely" /> <activity android:name=".PLYSubscriptionsActivity" android:theme="@style/Theme.Purchasely" /> </application> </manifest>