Html Css Butonu React Native'e Çevirme
Aşağıdaki attığım koddaki gibi bir butonum var ancak bunu react native stylesheet haline çevirmek istiyorum
Nasıl yaparım?
<button class="button">
Test button
</button>
.button {
border-radius: 48px;
border: 2px solid #FFF;
background: linear-gradient(345deg, #FFF2DC 10.58%, #FFF 100%);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13), 0px -3px 4px 0px #FF7318 inset;
border-radius: 30px;
padding: 10px 30px;
height: 60px;
color: #CE7F41;
font-weight: bold;
cursor: pointer;
}