mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-17 20:19:56 -04:00
Add arg type
This commit is contained in:
@@ -13,7 +13,7 @@ const MAX_SCALE = 5;
|
||||
|
||||
interface Props {
|
||||
uri: string;
|
||||
setZooming: ( ) => void;
|
||||
setZooming: ( isZooming: boolean ) => void;
|
||||
selectedMediaIndex: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user