rn-apple-pay-button icon indicating copy to clipboard operation
rn-apple-pay-button copied to clipboard

allow specifying native method call.

Open Goldziher opened this issue 4 years ago • 0 comments

Hi,

I'd like to ask for the option to call a native method in a button. For example, when calling the setup button I'd like to be able to call openPaymentSetup, e.g.:

if ( [PKPassLibrary isPassLibraryAvailable] ) { PKPassLibrary* lib = [[PKPassLibrary alloc] init]; [lib openPaymentSetup]; }

Goldziher avatar Nov 19 '20 11:11 Goldziher