react-native-passkit-wallet
react-native-passkit-wallet copied to clipboard
Property 'AddPassButtonStyle' does not exist on type 'typeof PassKit'. PassKit.AddPassButtonStyle.black
I am following the documentation using:
PassKit.AddPassButtonStyle.black
Can't get anything else to work. Any idea?
@achall9 Instead of using PassKit.AddPassButtonStyle.black you can put the number 1 as a workaround for the black color
@achall9 Instead of using
PassKit.AddPassButtonStyle.blackyou can put the number1as a workaround for the black color
What number do we pass for the button with the outline?