brascene / rn-apple-pay-button

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

Invariant Violation: requireNativeComponent: "APButton" was not found #2

Closed ruckk closed 4 years ago

ruckk commented 4 years ago

Hi,

I get the above error after Installing and linking the package, what am i missing?

JollyGolf commented 4 years ago

+1 right now

JollyGolf commented 4 years ago

Hi,

I get the above error after Installing and linking the package, what am i missing?

I solved this issue. Just go to XCode and Clean Project.

brascene commented 4 years ago

Hi there, it's definitely related with installation or linking, make sure to run pod install, and to link the project.

ruckk commented 4 years ago

Reinstalling the pods solved it. Thanks!