A package to open pk pass on iOS
Using either Yarn:
yarn add react-native-pass-library
Or npm:
npm install react-native-pass-library
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>');
See the contributing guide to learn how to contribute to the repository and the development workflow.