examunity / bootstrap-rn

Bootstrap components for React Native
MIT License
2 stars 0 forks source link

Prop "sn" as abbreviation for "styleName" #35

Open markusjwetzel opened 1 year ago

markusjwetzel commented 1 year ago

Add an alias for "styleName" prop that is named "sn" in order to save some typing:

<View styleName="mb-3">

// alias
<View sn="mb-3">