How to change the font style for AppleAuthentication

I have the need to change the styling of the AppleAuthentication button text.

I already try to change the fontweight so is not bold by default but there is no effect on it.

AppleAuthentication.AppleAuthenticationButton
              buttonType={
                AppleAuthentication.AppleAuthenticationButtonType.CONTINUE
              }
              buttonStyle={
                AppleAuthentication.AppleAuthenticationButtonStyle.BLACK
              }
              cornerRadius={0}
              style={{ width: "100%", height: 44, fontWeight: "bold" }}

Is there any example on how to style the text inside the AppleAuthentication button?

Hi @alexvazquez1,

Apple does not allow you to change the style at all. They have very strict style guidelines around how their brand must be represented. It may be possible to create a custom sign in button (I’m not sure because I haven’t tried that out) as per their guidelines here: Introduction - Technologies - Human Interface Guidelines - Design - Apple Developer).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.