https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4dd3e5973e32f6038002aef85959d4c83a683d1b authored by MD-REHMAN on 10 December 2021, 15:16:15 UTC
fix: increased _loading prop specificity and button fixes
Tip revision: 4dd3e59
.gitignore
# OSX
#
.DS_Store

# XDE
.expo/

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties
android.iml

# Cocoapods
#
RNBareExample/ios/Pods

# node.js
#
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

# Expo
.expo/*

# generated by bob
lib/
src/jest/mock.ts
node_modules
back to top