Hi!
We are two developers, one working on Mac and the other on Windows using this library for our RN project. Whenever one of us generates images using yarn react-native-vector-image generate and then the other runs the command to regenerate the same files, it creates a diff with file renames for all image files. It seems like the hash code part of generated image file names is different depending on whether generated on Mac or Windows.
Regarding that I have two questions.
- Is this expected?
- Any plans to make hash same?
While we can still use the lib (thanks for it!), it creates a lot of unnecessary diff changes during commits.
Thanks!

Hi!
We are two developers, one working on Mac and the other on Windows using this library for our RN project. Whenever one of us generates images using
yarn react-native-vector-image generateand then the other runs the command to regenerate the same files, it creates a diff with file renames for all image files. It seems like the hash code part of generated image file names is different depending on whether generated on Mac or Windows.Regarding that I have two questions.
While we can still use the lib (thanks for it!), it creates a lot of unnecessary diff changes during commits.
Thanks!