Failed to run in a new react Native Project V 0.63.4
vic2tee4u opened this issue · 3 comments
vic2tee4u commented
"_RCTRegisterModule", referenced from:
+[RNPaystackModule load] in RNPaystack.o
Followed the installation instruction but won't compile. Throws init is not a function when I try to initialize My App.
chrismadufor commented
Hi @vic2tee4u I am experiencing the same issue. Have you fixed this? If yes, how did you do it?
vokoye commented
I was able to get around to it. First, after I installed I ran react-native link paystack (verify this on the doc).
chrismadufor commented
@vokoye thank you for your response. Do you still use the library? Does it work well?