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

Property 'AddPassButtonStyle' does not exist on type 'typeof PassKit'. PassKit.AddPassButtonStyle.black

Open achall9 opened this issue 3 years ago • 2 comments

I am following the documentation using:

PassKit.AddPassButtonStyle.black

Can't get anything else to work. Any idea?

achall9 avatar Sep 12 '22 19:09 achall9

@achall9 Instead of using PassKit.AddPassButtonStyle.black you can put the number 1 as a workaround for the black color

papes1ns avatar Nov 12 '22 15:11 papes1ns

@achall9 Instead of using PassKit.AddPassButtonStyle.black you can put the number 1 as a workaround for the black color

What number do we pass for the button with the outline?

YasinElBannasriPXL avatar May 16 '23 07:05 YasinElBannasriPXL