Commit a670139d8421cd22319926fdedce0f236d8c465e
1 parent
0799edfc
Exists in
master
Update example app to 1.3.0
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
examples/custom-webview-android/package-lock.json
... | ... | @@ -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#331a768f7f5f3af69d2f6134206f6eab334f7923", | |
8100 | - "from": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.2.0" | |
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" | |
8101 | 8101 | }, |
8102 | 8102 | "react-proxy": { |
8103 | 8103 | "version": "1.1.8", | ... | ... |
examples/custom-webview-android/package.json
1 | 1 | { |
2 | - "name": "customWebviewAndroid", | |
2 | + "name": "custom-webview-android", | |
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
... | ... | @@ -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.2.0" | |
12 | + "react-native-webview-android-file-upload": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.3.0" | |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | 15 | "babel-jest": "23.2.0", | ... | ... |