ekreative / react-native-braintree

A react native interface for integrating payments using Braintree
https://github.com/ekreative/react-native-braintree
43 stars 21 forks source link

showPayPalModule of null #86

Closed ashhusen97 closed 2 months ago

ashhusen97 commented 3 months ago

Is there an existing issue for this?

What happened?

TypeError: Cannot read property 'showPayPalModule' of null, js engine: hermes

got this issue in while import RNBraintree application is crashing

Record

vasylnahuliak commented 3 months ago

Do you use Expo?

Do you use install pods?

Do you build using Xcode?

BigBam commented 3 months ago

I am also encountered this issue, using Expo running in iOS simulator. I did not install pods or build with Xcode.

vasylnahuliak commented 3 months ago

This library does not support at Expo

https://github.com/ekreative/react-native-braintree/issues?q=is%3Aissue+is%3Aclosed+expo

ashhusen97 commented 3 months ago

Do you use Expo?

Do you use install pods?

Do you build using Xcode?

No I am not using expo its not even working for android emulator

ashhusen97 commented 3 months ago

This library does not support at Expo

https://github.com/ekreative/react-native-braintree/issues?q=is%3Aissue+is%3Aclosed+expo

I am using bare react native not expo its still showing this error p.s i am using android emulator

vasylnahuliak commented 3 months ago

@ashhusen97 Could you try to use the old version, for example, https://github.com/ekreative/react-native-braintree/releases/tag/v2.4.0 ?

vasylnahuliak commented 3 months ago

@ashhusen97 please attach the output from npx react-native info

vasylnahuliak commented 2 months ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.