Skip to content

Commit

Permalink
Update react-native-tab-view
Browse files Browse the repository at this point in the history
Fixed scrollview's style so it doesn't need layout satya164/react-native-tab-view@6ef48ed

Fixes #50
  • Loading branch information
satya164 committed Jan 28, 2017
1 parent af7c3a3 commit eb16d0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -65,12 +65,13 @@
"clamp": "^1.0.1",
"fbjs": "^0.8.5",
"path-to-regexp": "^1.7.0",
"react-addons-shallow-compare": "15.4.1",
"react-native-drawer-layout": "^1.1.0",
"react-native-tab-view": "^0.0.52"
"react-native-tab-view": "^0.0.53"
},
"jest": {
"testPathDirs": ["src/"],
"testPathDirs": [
"src/"
],
"notify": true
}
}
17 changes: 3 additions & 14 deletions yarn.lock
Expand Up @@ -3786,10 +3786,6 @@ rc@~1.1.6:
minimist "^1.2.0"
strip-json-comments "~1.0.4"

react-addons-shallow-compare@15.4.1:
version "15.4.1"
resolved "https://modules.verse.link/react-addons-shallow-compare/-/react-addons-shallow-compare-15.4.1.tgz#b68103dd4d13144cb221065f6021de1822bd435a"

react-clone-referenced-element@^1.0.1:
version "1.0.1"
resolved "https://modules.verse.link/react-clone-referenced-element/-/react-clone-referenced-element-1.0.1.tgz#2bba8c69404c5e4a944398600bcc4c941f860682"
Expand All @@ -3809,9 +3805,9 @@ react-native-drawer-layout@^1.1.0:
autobind-decorator "^1.3.2"
react-native-dismiss-keyboard "1.0.0"

react-native-tab-view@^0.0.52:
version "0.0.52"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.52.tgz#61655f93974ff4f26f02bd739566848984ad53c7"
react-native-tab-view@^0.0.53:
version "0.0.53"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.53.tgz#e72bae035f86595e5136d80f7a2afc66f0332a3d"

react-native-vector-icons@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -3908,13 +3904,6 @@ react-proxy@^1.1.7:
lodash "^4.6.1"
react-deep-force-update "^1.0.0"

react-test-renderer@^15.4.2:
version "15.4.2"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-15.4.2.tgz#27e1dff5d26d0e830f99614c487622bc831416f3"
dependencies:
fbjs "^0.8.4"
object-assign "^4.1.0"

react-timer-mixin@^0.13.2:
version "0.13.3"
resolved "https://modules.verse.link/react-timer-mixin/-/react-timer-mixin-0.13.3.tgz#0da8b9f807ec07dc3e854d082c737c65605b3d22"
Expand Down

0 comments on commit eb16d0a

Please sign in to comment.