https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: a6ad7258c5fd2e672047d511dba2494a94452da3 authored by Mike Hardy on 27 October 2019, 01:40:01 UTC
v5.1.0
Tip revision: a6ad725
.gitignore
# OSX
#
.DS_Store

# 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/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

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

# BUCK
buck-out/
\.buckd/
*.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

Pods/
example.xcworkspace
.vscode

# Our RN59 example
examplern59

# generated files by bob
lib/

# Visual Studio build artifacts
windows/RNDeviceInfo/.vs/*
windows/RNDeviceInfo/obj/*
back to top