Commit 56cac713dd048c4ea3ea387168eb4be3eb988832
1 parent
d6c37d39
Exists in
master
Update example app to 1.3.1
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
examples/custom-webview-android/package-lock.json
1 | 1 | { |
2 | - "name": "customWebviewAndroid", | |
2 | + "name": "custom-webview-android", | |
3 | 3 | "version": "0.0.1", |
4 | 4 | "lockfileVersion": 1, |
5 | 5 | "requires": true, |
... | ... | @@ -8096,8 +8096,8 @@ |
8096 | 8096 | } |
8097 | 8097 | }, |
8098 | 8098 | "react-native-webview-android-file-upload": { |
8099 | - "version": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#89ceb5fb464b25bd0624879e3398edb6fd659d40", | |
8100 | - "from": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.3.0" | |
8099 | + "version": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#d6c37d39bf9f989b6f582bde95fd54714cf004ef", | |
8100 | + "from": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.3.1" | |
8101 | 8101 | }, |
8102 | 8102 | "react-proxy": { |
8103 | 8103 | "version": "1.1.8", | ... | ... |
examples/custom-webview-android/package.json
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | "dependencies": { |
10 | 10 | "react": "16.4.1", |
11 | 11 | "react-native": "0.56.0", |
12 | - "react-native-webview-android-file-upload": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.3.0" | |
12 | + "react-native-webview-android-file-upload": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.3.1" | |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | 15 | "babel-jest": "23.2.0", | ... | ... |