chore(release): 1.7.2 [skip ci]
## [1.7.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.7.1...v1.7.2) (2020-05-26)
### Bug Fixes
* Use DCIM folder when album is not provided on Android. ([#185](https://github.com/react-native-community/react-native-cameraroll/issues/185)) ([b5352cb
](https://github.com/react-native-community/react-native-cameraroll/commit/b5352cb)), closes [#141](https://github.com/react-native-community/react-native-cameraroll/issues/141)
This commit is contained in:
parent
b5352cb8be
commit
b777e2bc57
|
@ -2,7 +2,7 @@
|
||||||
"name": "@react-native-community/cameraroll",
|
"name": "@react-native-community/cameraroll",
|
||||||
"author": "Bartol Karuza <bartol.k@gmail.com>",
|
"author": "Bartol Karuza <bartol.k@gmail.com>",
|
||||||
"homepage": "https://github.com/react-native-community/react-native-cameraroll#readme",
|
"homepage": "https://github.com/react-native-community/react-native-cameraroll#readme",
|
||||||
"version": "1.7.1",
|
"version": "1.7.2",
|
||||||
"description": "React Native Camera Roll for iOS & Android",
|
"description": "React Native Camera Roll for iOS & Android",
|
||||||
"main": "./js/CameraRoll.js",
|
"main": "./js/CameraRoll.js",
|
||||||
"types": "./typings/CameraRoll.d.ts",
|
"types": "./typings/CameraRoll.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue