brascene/rn-apple-pay-button

Invariant Violation: requireNativeComponent: "APButton" was not found

Closed this issue · 4 comments

ruckk commented

Hi,

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

+1 right now

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.

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

ruckk commented

Reinstalling the pods solved it. Thanks!