I was following along in the tutorial that Microsoft put out on how to convert your ReactNative project to TypeScript.
Everything worked great until I reached the point where I needed to include images in my project. Obviously tsc
doesn't pack up images into the outdir, so my question is how are people currently using images or other static assets when using ReactNative with TypeScript?