https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 56f3425f2a4823414e7dc51ddd3ac6c71a7dfeae authored by ankitt on 03 January 2022, 09:49:39 UTC
fix: isDisabled disable radio in form control component
Tip revision: 56f3425
.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