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
I checked for possible duplicate issues, with possible answers.
Bug summary
Hi, first of all, thanks for all the hard work on this package! 🙌
I'm currently upgrading from version 4 to version 6 and noticed a few issues that might be worth addressing:
XML Comments Removal:
After the upgrade, I saw that comments in my XML files are being removed. This feels like a breaking change as it modifies the code beyond the expected scope of this package. It can potentially cause issues, especially for builds that rely on tools like Plop or custom scripts, which use comments as anchors to auto-generate content in specific parts of the code.
Code Prettification:
The code is being automatically prettified, which generates unnecessary and often unwanted diffs. This is a bit unexpected since the package should ideally only modify the parts of the code it needs to.
Question about Assets:
One thing I'm still trying to understand is, when generating for iOS and Android, what’s the reason for generating the assets/bootsplash files? Maybe I’m missing something obvious here! 😅
Thanks again for your time and help! Would love to get some clarity or improvements around this. 😊
Before submitting a new issue
Bug summary
Hi, first of all, thanks for all the hard work on this package! 🙌
I'm currently upgrading from version 4 to version 6 and noticed a few issues that might be worth addressing:
XML Comments Removal:
After the upgrade, I saw that comments in my XML files are being removed. This feels like a breaking change as it modifies the code beyond the expected scope of this package. It can potentially cause issues, especially for builds that rely on tools like Plop or custom scripts, which use comments as anchors to auto-generate content in specific parts of the code.
Code Prettification:
The code is being automatically prettified, which generates unnecessary and often unwanted diffs. This is a bit unexpected since the package should ideally only modify the parts of the code it needs to.
Question about Assets:
One thing I'm still trying to understand is, when generating for iOS and Android, what’s the reason for generating the
assets/bootsplash
files? Maybe I’m missing something obvious here! 😅Thanks again for your time and help! Would love to get some clarity or improvements around this. 😊
Library version
6.1.x
Environment info
Steps to reproduce
Steps to reproduce:
Before the upgrade (v4.5.2):
assets/bootsplash
files were generated.After the upgrade (v6.1.x):
assets/bootsplash
files are generated for both iOS and Android.Reproducible sample code
The text was updated successfully, but these errors were encountered: