UNPKG

react-native-nitro-screen-recorder

Version:

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

7 lines (6 loc) 222 B
import { type ConfigPlugin } from '@expo/config-plugins'; import type { ConfigProps } from '../@types'; /** * Add "App Group" permission */ export declare const withMainAppAppGroupEntitlement: ConfigPlugin<ConfigProps>;