react-native-paystack
react-native-paystack copied to clipboard
TypeError: Cannot read property 'init' of null, js engine: hermes in Paystack
Hello, I am creating an application that makes use of paystack.
I used yarn add react-native-paystack.
When I want to initialize RNPaystack. : RNPaystack?.init({publicKey: config.paystackKey});
I get this error message, what should I do.
Hi, where you able to find a work around for this challenge?