Skip to content

Commit 80e6e11

Browse files
authored
fix(types): add missing attribute (react-native-image-picker#2222)
1 parent 1c7d59c commit 80e6e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export interface Asset {
3838
uri?: string;
3939
width?: number;
4040
height?: number;
41+
originalPath?: string;
4142
fileSize?: number;
4243
type?: string;
4344
fileName?: string;

0 commit comments

Comments
 (0)