UNPKG

react-native-expo-braintree

Version:

React native and expo wrapper around braintree sdk fro android and ios

9 lines 465 B
import { AndroidConfig, type ConfigPlugin } from '@expo/config-plugins'; interface IntentFilterProps { host: string; pathPrefix?: string; } export declare const withExpoBraintreeAndroid: ConfigPlugin<IntentFilterProps>; export declare const addPaypalAppLinks: (modResults: AndroidConfig.Manifest.AndroidManifest, host: string, pathPrefix?: string) => AndroidConfig.Manifest.AndroidManifest; export {}; //# sourceMappingURL=withExpoBraintree.android.d.ts.map