bamlab / react-native-braintree-payments-drop-in

React Native integration of Braintree Drop-in
MIT License
35 stars 31 forks source link

iOS 13 Dark Mode #28

Open serialbandicoot opened 4 years ago

serialbandicoot commented 4 years ago

I had an issue with a recent update, BraintreeDropIn version has gone to 7.5 which caused caused a build issue in the Xcode version I was on. I've since updated Xcode, however if you're using dark mode, then you can add the dynamic option to the RNBraintreeDropIn.m file, which will automatically pick up when the drop-in is displayed.

BTUIKAppearance.sharedInstance.colorScheme = BTUIKColorSchemeDynamic;

Happy to submit a PR...