react-native-apple-authentication icon indicating copy to clipboard operation
react-native-apple-authentication copied to clipboard

borderRadius style is not working on iOS.

Open pranay-jain-invimatic opened this issue 8 months ago • 2 comments

<AppleButton buttonStyle={AppleButton.Style.BLACK} buttonType={AppleButton.Type.CONTINUE} style={{ width: width * 0.8, height: 45, borderRadius: 22, marginTop: 10, borderWidth: StyleSheet.hairlineWidth }} textStyle={{ color: colors.white, fontSize: 19, }} leftView={ <Image source={require('../../../assets/apple_icon.png')} style={{ width: 20, height: 20, marginRight: 10, marginTop: 3 }} />
} onPress={() => { console.log("Button Tapped") }} />

pranay-jain-invimatic avatar Jun 06 '24 13:06 pranay-jain-invimatic