Commit 5203333ae62d391a2b5372992004ff64868f41b5
1 parent
dbd86f05
Exists in
master
Update example to 1.4.0
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
examples/custom-webview-android/android/app/src/main/AndroidManifest.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> |
6 | 6 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
7 | 7 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
8 | + <uses-permission android:name="android.permission.CAMERA" /> | |
8 | 9 | |
9 | 10 | <application |
10 | 11 | android:name=".MainApplication" | ... | ... |
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#d6c37d39bf9f989b6f582bde95fd54714cf004ef", | |
8100 | - "from": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.3.1" | |
8099 | + "version": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#08ee1ad8970c02b8ef1e5d0dbe926643952a4c0a", | |
8100 | + "from": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#08ee1ad" | |
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.1" | |
12 | + "react-native-webview-android-file-upload": "git+ssh://git@github.com/andreipfeiffer/react-native-webview-android-file-upload.git#1.4.0" | |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | 15 | "babel-jest": "23.2.0", | ... | ... |