@adapty/react-native-ui
Version:
Extension to the Adapty SDK that allows you to easily add purchase screens to your application.
10 lines • 344 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_EVENT_HANDLERS = void 0;
exports.DEFAULT_EVENT_HANDLERS = {
onCloseButtonPress: () => true,
onAndroidSystemBack: () => true,
onRestoreCompleted: () => true,
onPurchaseCompleted: () => true,
};
//# sourceMappingURL=types.js.map
;