UNPKG

@reeq/react-native-passkit

Version:

React native wrapper over google PayClient (for android) and PassKit (for iOS). Contains google and apple buttons

6 lines (4 loc) 217 B
import { requireNativeComponent } from 'react-native'; import type { AddPassButtonNativeProps } from './types'; export const AddPassButtonNative = requireNativeComponent<AddPassButtonNativeProps>('AddPassButton');