UNPKG

react-native-nitro-screen-recorder

Version:

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

6 lines (5 loc) 228 B
import type { ConfigProps } from '../@types'; import type { ExpoConfig } from '@expo/config-types'; export default function getEasManagedCredentialsConfigExtra(config: ExpoConfig, props: ConfigProps): { [k: string]: any; };