https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1e4b1712cf96b2197cb3ea666800f7098f776081 authored by meenu on 07 July 2021, 10:41:55 UTC
fix: added storybook examples for buttongroup separately
Tip revision: 1e4b171
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
back to top