https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f89c48441f12ab7e6ff9d76c82d950f56ded8431 authored by Nishan Bende on 04 April 2021, 09:55:48 UTC
feat: actionsheet swipe
Tip revision: f89c484
.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