https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: d9d787a19ddf8c4125a7da4b8046d99b074bc7c7 authored by mayank-96 on 16 March 2022, 13:22:01 UTC
fix: text color in dark mode
Tip revision: d9d787a
.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