You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
While we can still use the lib (thanks for it!), it creates a lot of unnecessary diff changes during commits.
Thanks!
The text was updated successfully, but these errors were encountered: