Skip to content

Commit

Permalink
Revert "Bump react-navigation-tabs"
Browse files Browse the repository at this point in the history
This reverts commit bdc8213.
  • Loading branch information
osdnk committed Jan 26, 2020
1 parent bdc8213 commit ae9e1e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"react-native-storage": "^1.0.1",
"react-native-store-review": "^0.1.5",
"react-native-svg": "9.13.6",
"react-native-tab-view": "^2.12.0",
"react-native-tcp": "^3.3.2",
"react-native-text-input-mask": "waqas19921/react-native-text-input-mask",
"react-native-tooltip": "marcosrdz/react-native-tooltip#master",
Expand All @@ -123,7 +122,8 @@
"react-navigation": "4.0.10",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "2.0.15",
"react-navigation-tabs": "2.7.0",
"react-navigation-tabs": "2.6.2",
"react-navigation-tabs-v1": "1.2.0",
"react-primitives": "^0.8.0",
"react-redux": "^5.0.7",
"react-spring": "^5.7.2",
Expand Down
5 changes: 1 addition & 4 deletions src/screens/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { get, omit } from 'lodash';
import React from 'react';
import { StatusBar } from 'react-native';
import { createAppContainer } from 'react-navigation';
import { createMaterialTopTabNavigator } from 'react-navigation-tabs';
import { createMaterialTopTabNavigator } from 'react-navigation-tabs-v1';
// eslint-disable-next-line import/no-unresolved
import { enableScreens } from 'react-native-screens';
import createNativeStackNavigator from 'react-native-screens/createNativeStackNavigator';
Expand Down Expand Up @@ -31,7 +31,6 @@ import {
backgroundPreset,
overlayExpandedPreset,
} from '../navigation/transitions/effects';
import { ScrollPager } from 'react-native-tab-view';

enableScreens();

Expand Down Expand Up @@ -60,8 +59,6 @@ const SwipeStack = createMaterialTopTabNavigator(
headerMode: 'none',
initialLayout: deviceUtils.dimensions,
initialRouteName: 'WalletScreen',
// eslint-disable-next-line react/display-name
renderPager: props => <ScrollPager {...props} />,
tabBarComponent: null,
}
);
Expand Down
34 changes: 25 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5271,7 +5271,7 @@ hmac-drbg@^1.0.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1"

hoist-non-react-statics@^2.3.1:
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
version "2.5.5"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
Expand Down Expand Up @@ -9254,10 +9254,17 @@ react-native-svg@9.13.6:
css-select "^2.0.2"
css-tree "^1.0.0-alpha.37"

react-native-tab-view@^2.11.0, react-native-tab-view@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-2.12.0.tgz#357c8632fd16a622ab16e6965779171bb00a85d0"
integrity sha512-rjAicASp7RMiohZ0afjfzqbHDO9leeZCD6d9s9sXwrnf1qNiP6oixforKbmVFr+mgAfa8Q0k4kJwf1w9t0AY+A==
react-native-tab-view@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz#f113cd87485808f0c991abec937f70fa380478b9"
integrity sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ==
dependencies:
prop-types "^15.6.1"

react-native-tab-view@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-2.11.0.tgz#2e57d1f617ccc88c7f452708804f3409f880b700"
integrity sha512-vqetlxGO7A8bnqvXcB50MWpRZAImXFrDGz1WCQKdCqe03Ey3ZzENe7yLuWrtBJYlepGfOLAsmCXv+wW82Yfm1w==

react-native-tcp@^3.3.2:
version "3.3.2"
Expand Down Expand Up @@ -9345,10 +9352,19 @@ react-navigation-stack@2.0.15:
color "^3.1.2"
react-native-iphone-x-helper "^1.2.1"

react-navigation-tabs@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-2.7.0.tgz#68505910164a51c44710f835def8fe29360f346a"
integrity sha512-fQEHjFrIBi+89loLL521HjGS0Z9tl4Y89SSamRkDl8Of6bPS1Ep++an3ctl2j7c3veqBZBrj3H1qa7qjd3apBQ==
react-navigation-tabs-v1@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/react-navigation-tabs-v1/-/react-navigation-tabs-v1-1.2.0.tgz#7cdfdfee62689cc0835d87da574c81486b4ad6ee"
integrity sha512-vpd/WLmh5OZr1Bl2CONk5b4/pSNKeQCMcnlqFcOPFRsnkewLXlcyqax8G6wMSp3CRES1+X7DZxe133ybLgwdiA==
dependencies:
hoist-non-react-statics "^2.5.0"
prop-types "^15.6.1"
react-native-tab-view "^1.4.1"

react-navigation-tabs@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-2.6.2.tgz#6611f3bbc5fcbc004a96a457e1dbe8d957d09ef5"
integrity sha512-b7Bwio3pOyb2dJOsfICm1eXUCekULO63VitLlkslsuwB5v5qXD9u+TkuSGADPiAybRH3Fts4cQX/xA5WGsIsfg==
dependencies:
hoist-non-react-statics "^3.3.0"
react-lifecycles-compat "^3.0.4"
Expand Down

0 comments on commit ae9e1e0

Please sign in to comment.