UNPKG

react-native-nitro-screen-recorder

Version:

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

8 lines (7 loc) 302 B
"use strict"; import getEasManagedCredentialsConfigExtra from '../eas/getEasManagedCredentials'; export const withEasManagedCredentials = (config, props) => { config.extra = getEasManagedCredentialsConfigExtra(config, props); return config; }; //# sourceMappingURL=withEasManagedCredentials.js.map