Kenneth Skovhus

Results 254 comments of Kenneth Skovhus

It would be great to abstract this away from the user. But it is possible to do it dynamically with React Native bundler similar to webpack `require.context` as mentioned here...

RN is not using webpack as bundler, so you cannot do this... I see now that my comment above didn't include a question. That was my intention. ; ) "But...

Thanks for reporting this. I'm not actively maintaining this repository, but contributions are more than welcome. Do you have energy to look into this?

Thanks for contributing! Makes sense not to write file more than nessesary, but I don't see why your git repo gets dirty. It is simply touching the file.

> sorry, I forgot to add that to the description, my bad... Still missing it seems. : ) I would like to understand why writing/touching a file is a problem...

In the diffs shown here it look like the file content were removed... or am I missing something?

@rogeliog sorry I've been a bit busy. It seems like this is an issue on some machines... Wondering a bit why I haven't seen the issue before. > I wonder...

Thanks for the reproducible repo!

> How about using a local cache to store file content based on this.resourcePath? That way you can check contents without IO. Good idea. 👍

@silvenon @rogeliog not sure if you are still using this project? I’m not actively using it anymore, but I’m open for a revamp of this PR.