tolu360/react-native-paystack

Failed to run in a new react Native Project V 0.63.4

vic2tee4u opened this issue · 3 comments

"_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.

Hi @vic2tee4u I am experiencing the same issue. Have you fixed this? If yes, how did you do it?

I was able to get around to it. First, after I installed I ran react-native link paystack (verify this on the doc).

@vokoye thank you for your response. Do you still use the library? Does it work well?