https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ae8e095808996455cc3f9529c57ecacf3cc19deb authored by ankitt on 30 December 2021, 09:36:46 UTC
fix: add _disable, _loading, _hover, _pressed, _focus, _spinner
Tip revision: ae8e095
.npmignore
# Dotfiles
.babelrc
.eslintignore
.eslintrc.json
.gitattributes
_config.yml

# Documents
CONTRIBUTING.md
ISSUE_TEMPLATE.txt
img

# Test cases
__tests__
dist/__tests__

# Example
example/
back to top