
и это моя реализация в React Native

socialButton: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: 'white',
paddingVertical: 12,
paddingHorizontal: 16,
elevation: 2,
shadowColor: 'rgba(0, 0, 0, 1)',
shadowOffset: {width: 0, height: 2},
shadowOpacity: 1,
shadowRadius: 2,
borderRadius: 25,
borderWidth: 1,
borderColor: '#000',
},
Подробнее здесь: https://stackoverflow.com/questions/792 ... act-native