brascene / rn-apple-pay-button

Apple Pay button component for React Native (iOS)
21 stars 11 forks source link

Version 1.1.0 doesn't build in Xcode 12.0.1 #5

Closed rkrueger11 closed 4 years ago

rkrueger11 commented 4 years ago

Shows the following errors

Goldziher commented 4 years ago

yes, this fails to build. A shame...

tafty commented 4 years ago

I've created a fork and fixed the build issue here:

https://github.com/tafty/rn-apple-pay-button

I'm not a native iOS developer and am not familiar with Objective-C but the fixes I've implemented do work.

I've also created a pull request here:

https://github.com/brascene/rn-apple-pay-button/pull/7

brascene commented 4 years ago

Thanks, merged.