Skip to content

Commit 1e7ef85

Browse files
committed
release 3.0
1 parent cc0a1b1 commit 1e7ef85

File tree

3 files changed

+8
-7302
lines changed

3 files changed

+8
-7302
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ buck-out/
5757

5858

5959
app/config/ignoreConfig.js
60-
package-lock.json
60+
package-lock.json
61+
yarn.lock
62+
63+

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,18 @@
2323
"react-native-gesture-handler": "^1.1.0",
2424
"react-native-htmlview": "^0.13.0",
2525
"react-native-i18n": "^2.0.9",
26-
"react-native-image-crop-picker": "^0.19.1",
26+
"react-native-image-crop-picker": "^0.23.1",
2727
"react-native-image-zoom-viewer": "^2.0.14",
2828
"react-native-modal-dropdown": "^0.5.0",
2929
"react-native-modalbox": "^1.7.1",
3030
"react-native-root-toast": "^2.2.0",
3131
"react-native-router-flux": "^4.1.0-beta.5",
3232
"react-native-scrollable-tab-view-fix-guo": "^0.8.1",
33-
"react-native-spinkit-fix-new": "^1.1.4",
33+
"react-native-spinkit-fix-new": "git+https://github.com/CarSmallGuo/react-native-spinkit.git",
34+
"react-native-version-number-fix-new": "git+https://github.com/CarSmallGuo/react-native-version-number.git",
3435
"react-native-tab-view": "^1.0.2",
3536
"react-native-textinput-effects": "^0.4.1",
36-
"react-native-vector-icons": "^4.4.2",
37-
"react-native-version-number": "^0.3.4",
38-
"react-native-version-number-fix-new": "^0.3.6",
37+
"react-native-vector-icons": "^6.4.2",
3938
"react-native-webview": "^5.6.2",
4039
"react-navigation": "^3.1.0",
4140
"react-redux": "^5.0.7",

0 commit comments

Comments
 (0)