UNPKG

react-native-app-data-sharing

Version:

This React Native package facilitates seamless and secure data sharing between applications on the same device.

10 lines 267 B
import { type ConfigPlugin } from '@expo/config-plugins'; /** * Interface for the plugin config */ interface ConfigProps { appsBundleIds: string[]; } declare const _default: ConfigPlugin<ConfigProps>; export default _default; //# sourceMappingURL=index.d.ts.map