tolu360 / react-native-paystack

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

Null is not an object #47

Open simdanonline opened 4 years ago

simdanonline commented 4 years ago

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

I am having the same issue

chimanwadike commented 4 years ago

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

No one is talking about this??

simdanonline commented 3 years ago

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