Although build was successfully ,AppleButton is not displayed......
"react-native": "0.61.5"
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!!!!!!!!
Most helpful comment
Have you added a style property? e.g.