diff --git a/.flowconfig b/.flowconfig index bf91653..c693a48 100644 --- a/.flowconfig +++ b/.flowconfig @@ -14,9 +14,6 @@ .*/Libraries/react-native/React.js .*/Libraries/react-native/ReactNative.js -; https://github.com/skv-headless/react-native-scrollable-tab-view/issues/384 -.*/node_modules/react-static-container/.* - [include] [libs] diff --git a/package.json b/package.json index bdf3179..a8df2e2 100644 --- a/package.json +++ b/package.json @@ -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.7.4", + "react-native-scrollable-tab-view": "^0.6.6", "react-native-vector-icons": "^4.0.0", "react-router-native": "^4.0.0", "recompose": "^0.23.4", diff --git a/yarn.lock b/yarn.lock index 424f0ed..ba23eea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3574,11 +3574,10 @@ react-native-modal@^2.2.0: prop-types "15.5.10" react-native-animatable "^1.2.0" -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" +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" dependencies: - react-static-container "^1.0.1" react-timer-mixin "^0.13.3" react-native-vector-icons@^4.0.0: @@ -3695,10 +3694,6 @@ 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"