UNPKG

react-native-expo-braintree

Version:

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

10 lines 532 B
import { type ConfigPlugin } from '@expo/config-plugins'; import type { ExpoBraintreePluginProps } from './withExpoBraintree'; export declare const withExpoBraintreeAppDelegate: ConfigPlugin<ExpoBraintreePluginProps>; /** * Add a new wrapper Swift file to the Xcode project for Swift compatibility. */ export declare const withSwiftBraintreeWrapperFile: ConfigPlugin; export declare const withExpoBraintreePlist: ConfigPlugin; export declare const withVenmoScheme: ConfigPlugin; //# sourceMappingURL=withExpoBraintree.ios.d.ts.map