UNPKG

react-native-nitro-screen-recorder

Version:

A library to capture screen recordings with react-native powered by NitroModules.

14 lines (13 loc) 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withEasManagedCredentials = void 0; var _getEasManagedCredentials = _interopRequireDefault(require("../eas/getEasManagedCredentials")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const withEasManagedCredentials = (config, props) => { config.extra = (0, _getEasManagedCredentials.default)(config, props); return config; }; exports.withEasManagedCredentials = withEasManagedCredentials; //# sourceMappingURL=withEasManagedCredentials.js.map