Null is not an object
simdanonline opened this issue · 4 comments
simdanonline commented
TypeError: null is not an Object (evaluating 'RNPaystackModule.init)
I put this in my App.js
import RNPaystack from "react-native-paystack";
RNPaystack.init({
publicKey: "pk_live_994b4tyu471qwdft543wedf68650aa243"
});
divee789 commented
I am having the same issue
chimanwadike commented
I am having the same issue.
Please help..
Mine is an expo project, though i used NPM to install.
React Native : 0.6.22
React Native Paystack : 3.4.0
IyiolaOwabumowa commented
No one is talking about this??
simdanonline commented
Hey guys, after a whileI realized paystack doesn't work with expo projects, you have to eject, that the only option you have, if not you might have to use flutterwave instead