mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-30 21:01:10 +00:00
fix typescript declarations
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "./js/CameraRoll.js",
|
||||
"types": "./typings/CameraRoll.d.ts",
|
||||
"scripts": {
|
||||
"start": "react-native start",
|
||||
"test": "yarn validate:eslint && yarn validate:flow && yarn validate:typescript && yarn test:jest",
|
||||
|
||||
Vendored
+4
@@ -85,3 +85,7 @@ export interface CameraRollStatic {
|
||||
*/
|
||||
getPhotos: (params: GetPhotosParams) => Promise<PhotoIdentifiersPage>;
|
||||
}
|
||||
|
||||
let CameraRoll: CameraRollStatic;
|
||||
|
||||
export default CameraRoll;
|
||||
|
||||
Reference in New Issue
Block a user