Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
42 stars 32 forks source link

How to change in IOS drop-in when re-using card the name of the app #391

Closed descorp closed 2 months ago

descorp commented 3 months ago

Discussed in https://github.com/Adyen/adyen-react-native/discussions/390

Originally posted by **YankovWeb** March 26, 2024 ![Screenshot at Mar 22 11-44-43](https://github.com/Adyen/adyen-react-native/assets/109748669/6a492bbc-a260-4999-b069-7b8a2196d98e) how use custom text ?
Alieltahan commented 2 months ago

I tried before, but it always takes the CFBundleDisplayName - value.

Will be glad if it can be customised

descorp commented 2 months ago

Config for DropIn title released on 2.0.0-rc.1

use configuration:

dropin: {
    title: "my cool title"
}