kraffslol / react-native-braintree-xplat

Cross-platform Braintree module for React Native
MIT License
81 stars 121 forks source link

'React/RCTBridgeModule.h' file not found #128

Open alexkendall opened 3 years ago

alexkendall commented 3 years ago

I'm experiencing this after performing manual linking.

react-native version 0.63.3

MattiaG96 commented 3 years ago

Same problem here, did you fix it? @alexkendall

alexkendall commented 3 years ago

@MattiaG96 I ended up using a different library.

MattiaG96 commented 3 years ago

@alexkendall Which one? It worked properly for iOS and Android? This is driving me insane

alexkendall commented 3 years ago

@MattiaG96 I ended up forking and using this one https://github.com/alexkendall/rn-braintree. I added a method there that lets you get the card nonce using the drop in UI.

MattiaG96 commented 3 years ago

@alexkendall I will try the same, thank you very much !