Open hannigand opened 4 years ago
The exported AddPassButton doesn't render the Apple Wallet Icon
AddPassButton
Expected: https://developer.apple.com/wallet/
Actual:
Implementation:
<AddPassButton // eslint-disable-next-line react-native/no-inline-styles style={{ height: 57, borderWidth: 1 }} addPassButtonStyle={PassKit.AddPassButtonStyle.blackOutline} onPress={() => { console.log('onPress'); }} />
This happens only on iOS Simulator. Try on a real device 😉
@birkir @hannigand @miyabi @ajcrites : Can you guys please provide example of code.
The exported
AddPassButton
doesn't render the Apple Wallet IconExpected: https://developer.apple.com/wallet/
Actual:
Implementation: