tolu360 / react-native-paystack

React Native Wrapper for the Paystack Native Mobile SDKs
162 stars 46 forks source link

Failed to run in a new react Native Project V 0.63.4 #64

Open vic2tee4u opened 2 years ago

vic2tee4u commented 2 years ago

"_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 2 years ago

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

vokoye commented 2 years ago

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 2 years ago

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