yamankatby / react-native-material

Modular and customizable Material Design UI components for React Native
https://rn-material.js.org
MIT License
223 stars 38 forks source link

How to change border radius react-native-material/core Surface? #49

Open ricardoalphalabs opened 1 year ago

ricardoalphalabs commented 1 year ago

<Surface elevation={2} category="medium" style={{ borderRadius: 30}}> ...... //not working //doesn't work either / borderTopLeftRadius:30 borderBottomLeftRadius:30 borderTopRightRadius:30 borderBottomRightRadius:30 / Saludos