https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 56e39488c2ce7e61c844fd190211e3ce6fb677e5 authored by Suraj Ahmed on 13 July 2022, 14:54:53 UTC
fix: extended theme issue
Tip revision: 56e3948
.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


# personal 
.env
.npmrc

src/bundle.js
back to top