I try to add "done" button to iOS keyboard on my react native application. When it is standard keyboard, "Done" label will change by language of the phone. But when I use numeric keyboard, "Done" label not changing.
How can I change label of "Done" text on iOS?
Here is the example:
<TextInput keyboardType="numeric" returnKeyType="done" />
You can change the "Done" button label according to the user's language by using the InputAccessoryView.
https://reactnative.dev/docs/inputaccessoryview
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With