UNPKG

react-native-nitro-screen-recorder

Version:

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

18 lines (17 loc) 629 B
"use strict"; var __importDefault = void 0 && (void 0).__importDefault || function (mod) { return mod && mod.__esModule ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.withEasManagedCredentials = void 0; const getEasManagedCredentials_1 = __importDefault(require("../eas/getEasManagedCredentials")); const withEasManagedCredentials = (config, props) => { config.extra = (0, getEasManagedCredentials_1.default)(config, props); return config; }; exports.withEasManagedCredentials = withEasManagedCredentials; //# sourceMappingURL=withEasManagedCredentials.js.map