React-native-apple-authentication: AppleButton is not displayed......

Created on 17 Dec 2019  Â·  2Comments  Â·  Source: invertase/react-native-apple-authentication

Uploading スクリーンショット 2019-12-17 14.54.48.png…

Although build was successfully ,AppleButton is not displayed......

"react-native": "0.61.5"

Most helpful comment

Have you added a style property? e.g.

<AppleButton
       style={{ width: "100%", height: 50 }}
       buttonStyle={AppleButton.Style.WHITE}
       buttonType={AppleButton.Type.SIGN_IN}
       onPress={() => onAppleButtonPress()}
/>

All 2 comments

Have you added a style property? e.g.

<AppleButton
       style={{ width: "100%", height: 50 }}
       buttonStyle={AppleButton.Style.WHITE}
       buttonType={AppleButton.Type.SIGN_IN}
       onPress={() => onAppleButtonPress()}
/>

Thanks a lot!!!!!!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VictorKolb picture VictorKolb  Â·  7Comments

nonewcode picture nonewcode  Â·  10Comments

pantelispanayiotou picture pantelispanayiotou  Â·  8Comments

aqib1604 picture aqib1604  Â·  6Comments

mohitbhansali picture mohitbhansali  Â·  11Comments