invertase / react-native-apple-authentication

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

Make it possible to custom button text on Android #332

Closed tony95271 closed 1 year ago

tony95271 commented 1 year 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 1 year 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 1 year ago

Fixed in #333 - thanks!