Skip to content

Commit b20b6d6

Browse files
committed
2 parents 12892e9 + 23c2d25 commit b20b6d6

File tree

2,087 files changed

+1409
-43412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,087 files changed

+1409
-43412
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["react-native"]
3+
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
node_modules
22
.idea
3+
android
4+
ios
5+
coverage
6+
test/coverage

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
android
22
ios
33
.*
4-
app/setup.js
54
node_modules
65
.idea
76
show.gif

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
sudo: true
3+
node_js:
4+
- "6.1"
5+
cache:
6+
directories:
7+
- node_modules
8+
before_install:
9+
- npm install
10+
script:
11+
- npm test
12+
after_script:
13+
- npm run coverage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###The React-Native-Picker
1+
###The React-Native-Picker [![Coverage Status](https://coveralls.io/repos/github/xgfe/react-native-picker-xg/badge.svg?branch=master)](https://coveralls.io/github/xgfe/react-native-picker-xg?branch=master)
22
react native Picker component for both Android and iOS.
33

44
###The environment

android/.gradle/2.4/taskArtifacts/cache.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
0 Bytes
Binary file not shown.
191 Bytes
Binary file not shown.
-19 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)