In Xcode create swift class 'AdyenAppearance' extending protocol 'AdyenAppearanceProvider'. SDK will use reflection to find the class with this exact name.
import Adyen
import adyen_react_native
class AdyenAppearance: AdyenAppearanceProvider {
static func createStyle() -> Adyen.DropInComponent.Style {
# provide your custom style here
}
}
Follow the Android SDK Customization docs.