chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.0...v1.1.1) (2019-06-18)
### Bug Fixes
* **lib:** move to local variable instead of relying on the string constant from RN core ([#63](https://github.com/react-native-community/react-native-cameraroll/issues/63)) ([a2d39f0
](https://github.com/react-native-community/react-native-cameraroll/commit/a2d39f0))
This commit is contained in:
parent
a2d39f0971
commit
13059fab0f
|
@ -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.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "React Native Camera Roll for iOS & Android",
|
||||
"main": "./js/CameraRoll.js",
|
||||
"types": "./typings/CameraRoll.d.ts",
|
||||
|
|
Loading…
Reference in New Issue