react-native-passkit-wallet icon indicating copy to clipboard operation
react-native-passkit-wallet copied to clipboard

Missing wallet icon from AddPassButton

Open hannigand opened this issue 4 years ago • 2 comments

The exported AddPassButton doesn't render the Apple Wallet Icon

Expected: alt text https://developer.apple.com/wallet/

Actual: Screenshot 2020-06-22 at 09 46 44

Implementation:

<AddPassButton
  // eslint-disable-next-line react-native/no-inline-styles
  style={{ height: 57, borderWidth: 1 }}
  addPassButtonStyle={PassKit.AddPassButtonStyle.blackOutline}
  onPress={() => {
    console.log('onPress');
  }}
/>

hannigand avatar Jun 22 '20 08:06 hannigand