wrappid / wrappid-app

A frontend boilerplate template application built for using Wrappid framework, which enables simultaneous development of web and mobile application
https://www.github.com/wrappid
MIT License
10 stars 6 forks source link

question: How to access file or image inside the runtime folders #38

Closed irkfaisal closed 4 months ago

irkfaisal commented 7 months ago

I want to access a file inside the runtime folder but getting an error which is "attempted to import which falls outside of the project src/ directory. Relative imports outside of src/ are not supported. Want to know more about this error and solution"

techoneel commented 7 months ago

use ResourceRegistry or directly access from the images folder.

Please check and feel free to ask more question.