miyabi / react-native-passkit-wallet

React Native module to handle PassKit.
MIT License
52 stars 37 forks source link

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

Open achall9 opened 2 years ago

achall9 commented 2 years ago

I am following the documentation using:

PassKit.AddPassButtonStyle.black

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

papes1ns commented 1 year ago

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

YasinElBannasriPXL commented 1 year ago

@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?