Closed karlhorky closed 3 weeks ago
Expo allows usage import for importing images, but does not yet have types for paths which use common image formats.
import
Add a file images.d.ts which contains Type Declarations for common image formats, inspired by the global.d.ts file from Next.js.
images.d.ts
global.d.ts
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Expo allows usage
import
for importing images, but does not yet have types for paths which use common image formats.Add a file
images.d.ts
which contains Type Declarations for common image formats, inspired by theglobal.d.ts
file from Next.js.