mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:24:56 -06:00
react-native-scrollable-tab-view at 0.7.4
This commit is contained in:
parent
d1982b1e51
commit
98c9ddb594
2 changed files with 10 additions and 5 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"react-native-looped-carousel": "^0.1.5",
|
||||
"react-native-material-ui": "^1.7.0",
|
||||
"react-native-modal": "^2.2.0",
|
||||
"react-native-scrollable-tab-view": "^0.6.6",
|
||||
"react-native-scrollable-tab-view": "^0.7.4",
|
||||
"react-native-vector-icons": "^4.0.0",
|
||||
"react-router-native": "^4.0.0",
|
||||
"recompose": "^0.23.4",
|
||||
|
|
@ -38,4 +38,4 @@
|
|||
"jest": {
|
||||
"preset": "react-native"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
yarn.lock
11
yarn.lock
|
|
@ -3574,10 +3574,11 @@ react-native-modal@^2.2.0:
|
|||
prop-types "15.5.10"
|
||||
react-native-animatable "^1.2.0"
|
||||
|
||||
react-native-scrollable-tab-view@^0.6.6:
|
||||
version "0.6.6"
|
||||
resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.6.6.tgz#d49d21060745845e9c59e3d39a2bacd4056a8b59"
|
||||
react-native-scrollable-tab-view@^0.7.4:
|
||||
version "0.7.4"
|
||||
resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.7.4.tgz#623a047cbfab35a27b8689095af524e9aac74b62"
|
||||
dependencies:
|
||||
react-static-container "^1.0.1"
|
||||
react-timer-mixin "^0.13.3"
|
||||
|
||||
react-native-vector-icons@^4.0.0:
|
||||
|
|
@ -3694,6 +3695,10 @@ react-router@^4.1.1:
|
|||
prop-types "^15.5.4"
|
||||
warning "^3.0.0"
|
||||
|
||||
react-static-container@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/react-static-container/-/react-static-container-1.0.1.tgz#694c0dd68a896b879519afb548399cc1989c9ab0"
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue