UNPKG

@sfourdrinier/react-native-ble-plx

Version:
6 lines (5 loc) 238 B
import { type ConfigPlugin } from '@expo/config-plugins'; export declare function injectRestorationPodLine(podfile: string, pkgName: string): string; export declare const withBLERestorationPodfile: ConfigPlugin<{ pkgName: string; }>;