react-native-nitro-screen-recorder
Version:
A library to capture screen recordings with react-native powered by NitroModules.
9 lines (8 loc) • 387 B
TypeScript
import { ConfigPlugin } from '@expo/config-plugins';
import { ConfigProps } from '../@types';
/**
* Copies the ReplayKit Broadcast Upload Extension templates into the iOS
* project and patches them so their App Group + bundle versions match the
* host app. Mirrors OneSignal's NSE flow for consistency.
*/
export declare const withBroadcastExtensionFiles: ConfigPlugin<ConfigProps>;