https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 8c9eaa2d9ee238e37954cf176cf7f3cc173b82a5 authored by Suraj Ahmed C on 22 September 2021, 07:27:22 UTC
Merge pull request #4100 from GeekyAnts/minor
Tip revision: 8c9eaa2
.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