https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 21b1c9fc14dcc524899392577f4ec84e7bffedf1 authored by Suraj Ahmed on 20 September 2022, 07:02:22 UTC
fix: updated npm ignore
Tip revision: 21b1c9f
.npmignore
# Dotfiles
.babelrc
.eslintignore
.eslintrc.json
.gitattributes
_config.yml

# Documents
CONTRIBUTING.md
ISSUE_TEMPLATE.txt
img

# Test cases
__tests__
dist/__tests__

# Example
example/
expo-example/
next-example/
RNBareExample/
back to top