Skip to content

Commit 7402bcf

Browse files
committed
chore: avoid using deprecated global JSX and properly import type
1 parent dedc041 commit 7402bcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { JSX } from 'react';
12
import type { StyleProp, ViewStyle } from 'react-native';
23

34
export type ImageType = 'png' | 'jpg';

0 commit comments

Comments
 (0)