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?
JollyGolf commented
+1 right now
JollyGolf commented
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
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!