https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: c4354b1f96ecbb9b6ca7d3dc3f6e9f9470ecc8e2 authored by amars29 on 24 September 2021, 10:33:40 UTC
support for backround prop
Tip revision: c4354b1
.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