invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.36k stars 215 forks source link

Make it possible to custom button text on Android #332

Closed tonytony2020 closed 8 months ago

tonytony2020 commented 8 months ago

As @mikehardy mention in #306

So they will show up in the current system language.

But it doesn't work on Android, is it possible to custom button text on Android? I would like to submit a PR if you accept my custom button text change proposal.

mikehardy commented 8 months ago

If you need custom text in Android I recommend you use standard react components to create a button that meets apple human interface guidelines and use your standard text internationalization system to fill it with the required text

mikehardy commented 8 months ago

Fixed in #333 - thanks!