chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.2.1...v1.3.0) (2019-11-07) ### Bug Fixes * **example:** remove flow parsing from example ([452fd7b
](https://github.com/react-native-community/react-native-cameraroll/commit/452fd7b)) * **lib:** Android 10 screenshot sorted incorrectly ([#98](https://github.com/react-native-community/react-native-cameraroll/issues/98)) ([902abd4
](https://github.com/react-native-community/react-native-cameraroll/commit/902abd4)), closes [#97](https://github.com/react-native-community/react-native-cameraroll/issues/97) * **lib:** Fix warning for deprecated RCTBridge interface for RCTImageLoader ([#87](https://github.com/react-native-community/react-native-cameraroll/issues/87)) ([c0a132d
](https://github.com/react-native-community/react-native-cameraroll/commit/c0a132d)) ### Features * **lib:** Moved deletePhotos to use new PHAsset API and added an implementation for Android ([#69](https://github.com/react-native-community/react-native-cameraroll/issues/69)) ([7850dd5
](https://github.com/react-native-community/react-native-cameraroll/commit/7850dd5))
This commit is contained in:
parent
452fd7bf04
commit
bd55652654
|
@ -2,7 +2,7 @@
|
|||
"name": "@react-native-community/cameraroll",
|
||||
"author": "Bartol Karuza <bartol.k@gmail.com>",
|
||||
"homepage": "https://github.com/react-native-community/react-native-cameraroll#readme",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"description": "React Native Camera Roll for iOS & Android",
|
||||
"main": "./js/CameraRoll.js",
|
||||
"types": "./typings/CameraRoll.d.ts",
|
||||
|
|
Loading…
Reference in New Issue