Skip to content

Commit

Permalink
rn unuseful
Browse files Browse the repository at this point in the history
  • Loading branch information
xwenliang committed May 26, 2016
1 parent 4e8b147 commit 9da777b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
npm-debug.log
node_modules
.settings
.project
.DS_Store
.idea
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
demo
doc
example
.gitignore
40 changes: 40 additions & 0 deletions example/PickerTest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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/IJ
#
.idea
.gradle
local.properties

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

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-picker",
"version": "3.0.3",
"version": "3.0.4",
"description": "react-native-picker",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9da777b

Please sign in to comment.