@adapty/react-native-ui
Version:
Extension to the Adapty SDK that allows you to easily add purchase screens to your application.
29 lines • 653 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.MethodNames = exports.ParamKeys = void 0;
/**
* Valid list of expected parameters to the handlers
* Must be the same as
* - iOS RNAConstants.ParamKey
* @internal
*/
exports.ParamKeys = [
'paywall',
'locale',
'prefetch_products',
'custom_tags',
'timer_info',
'view_id',
];
/**
* Valid list of callable bridge handlers
* Must be the same as
* - iOS RNAConstants.MethodName
* @internal
*/
exports.MethodNames = [
'present_view',
'dismiss_view',
'create_view',
];
//# sourceMappingURL=bridge.js.map
;