We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7232d commit ee0e0f9Copy full SHA for ee0e0f9
app/src/types/png.d.ts
@@ -4,6 +4,7 @@
4
5
declare module '*.png' {
6
import type { ImageSourcePropType } from 'react-native';
7
+
8
const pngContent: ImageSourcePropType;
9
export default pngContent;
10
}
0 commit comments