Skip to content

TranzerDev/react-native-pass-library

Repository files navigation

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.