UNPKG

@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
"use strict"; 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