Skip to content

Commit 5634431

Browse files
committed
fix(android): fix ViewPager by a fork branch
satya164/react-native-tab-view#723
1 parent 35e4a08 commit 5634431

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"prettier-eslint-cli": "^5.0.0",
143143
"react-dom": "16.8.3",
144144
"react-native-cli": "^2.0.1",
145-
"react-native-mock": "chinesedfan/react-native-mock",
145+
"react-native-mock": "chinesedfan/react-native-mock#git-point",
146146
"react-test-renderer": "16.8.3",
147147
"reactotron-react-native": "^1.14.0",
148148
"reactotron-redux": "^1.13.0",
@@ -152,6 +152,9 @@
152152
"stylelint-config-styled-components": "^0.1.1",
153153
"stylelint-processor-styled-components": "^1.0.0"
154154
},
155+
"resolutions": {
156+
"react-native-tab-view": "chinesedfan/react-native-tab-view#git-point"
157+
},
155158
"jest": {
156159
"preset": "react-native",
157160
"testMatch": [

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9237,7 +9237,7 @@ react-native-material-design-searchbar@^1.1.4:
92379237
prop-types "^15.5.10"
92389238
react-native-vector-icons "^4.2.0"
92399239

9240-
react-native-mock@chinesedfan/react-native-mock:
9240+
react-native-mock@chinesedfan/react-native-mock#git-point:
92419241
version "0.3.1"
92429242
resolved "https://codeload.github.com/chinesedfan/react-native-mock/tar.gz/eadfb9b0509666c2c0e56edc9f1e0b5babd200a1"
92439243
dependencies:
@@ -9324,9 +9324,9 @@ react-native-syntax-highlighter@^1.2.1:
93249324
babel-runtime "^6.23.0"
93259325
react-syntax-highlighter "^5.6.2"
93269326

9327-
"react-native-tab-view@github:react-navigation/react-native-tab-view":
9327+
react-native-tab-view@chinesedfan/react-native-tab-view#git-point, "react-native-tab-view@github:react-navigation/react-native-tab-view":
93289328
version "0.0.74"
9329-
resolved "https://codeload.github.com/react-navigation/react-native-tab-view/tar.gz/36ebd834d78b841fc19778c966465d02fd1213bb"
9329+
resolved "https://codeload.github.com/chinesedfan/react-native-tab-view/tar.gz/81c016aa0f05029c85d840f69279a548115520ba"
93309330
dependencies:
93319331
prop-types "^15.6.0"
93329332

0 commit comments

Comments
 (0)