wgltony / react-native-braintree-dropin-ui

React Native integration of Braintree Drop-in for IOS & ANDROID (Apple Pay, Google Pay, Paypal, Venmo, Credit Card)
MIT License
78 stars 103 forks source link

build: use React-Core pod instead of React #116

Open lukebars opened 10 months ago

lukebars commented 10 months ago

Having React as s.dependency in podspec results in errors like "duplicate interface definition for RCTModuleRegistry", React-Core avoids this. Tested.