UNPKG

react-native-zalo-auth

Version:
25 lines (24 loc) 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _configPlugins = require("@expo/config-plugins"); var _withAndroid = _interopRequireDefault(require("./android/withAndroid")); var _withIOS = _interopRequireDefault(require("./ios/withIOS")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const withZaloKit = (config, { appId, appDelegateContent, mainActivityContent, mainApplicationContent }) => (0, _configPlugins.withPlugins)(config, [[_withAndroid.default, { appId, mainActivityContent, mainApplicationContent }], [_withIOS.default, { appId, appDelegateContent }]]); var _default = exports.default = withZaloKit; //# sourceMappingURL=withZaloKit.js.map