Commit dbd86f057e92238c21bcd453134cc674970665f1
1 parent
08ee1ad8
Exists in
master
Release 1.4.0
Showing
3 changed files
with
6 additions
and
1 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. |
4 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
5 | 5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 6 | |
7 | +### [1.4.0] | |
8 | +- Check & Request camera permission at runtime | |
9 | + | |
7 | 10 | ### [1.3.1] |
8 | 11 | - Fix support for sdk level lower than 19 |
9 | 12 | - Upgrade built tools to v27 |
... | ... | @@ -29,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
29 | 32 | ### 0.1.0 |
30 | 33 | - Add support for video recording |
31 | 34 | |
35 | +[1.4.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.3.1...1.4.0 | |
32 | 36 | [1.3.1]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.3.0...1.3.1 |
33 | 37 | [1.3.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.2.0...1.3.0 |
34 | 38 | [1.2.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.1.0...1.2.0 | ... | ... |
README.md
... | ... | @@ -15,6 +15,7 @@ What this module does: |
15 | 15 | * adds support for the `accept` attribute; |
16 | 16 | * adds support for the `multiple` attribute; |
17 | 17 | * adds support for sdk 26, using `FileProvider`; |
18 | +* adds runtime Camera Permissions (thanks [Pablo Navarro](https://github.com/Zjarr)); | |
18 | 19 | |
19 | 20 | It should work with React Native 0.50+, and reverts to the built-in WebView on iOS. |
20 | 21 | ... | ... |