tolu360/react-native-paystack

Null is not an object

simdanonline opened this issue · 4 comments

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"
});

I am having the same issue

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

No one is talking about this??

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