You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"
});
The text was updated successfully, but these errors were encountered: