0.1.10 • Published 2 years ago

@tranzer/react-native-pass-library v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-pass-library

A package to open pk pass on iOS

Installation

Using either Yarn:

yarn add react-native-pass-library

Or npm:

npm install react-native-pass-library

Usage

import PassLibrary from 'react-native-pass-library';

// Wallet pass should present itself if the remote url contains a valid pkpass
await PassLibrary.getRemotePKPassAndPresentPKPassView('<pk-pass-url>');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.