Implement asset hashing and child window handling #14
Conversation
|
PR Description updated to latest commit (e776ab4) |
PR Reviewer Guide 🔍(Review updated until commit e776ab4)
|
|
PR Description updated to latest commit (e776ab4) |
|
Persistent review updated to latest commit e776ab4 |
PR Review SummaryThis pull request introduces two new files:
🟢 Strengths
🟠 Recommendations
🔴 Critical Issues
📊 Test CoverageThe pull request does not include any test cases or information about test coverage for the added functionality. 📝 DocumentationBoth files include inline comments explaining their purpose and implementation details, which serves as documentation. However, additional documentation or examples for integrating and using these components may be beneficial. |
PR Type
Enhancement
Description
Added a new script to generate a hash of all the React Native bundled assets.
Introduced a new C++ file for child window handling.
Changes walkthrough 📝
generateBundledResourcesHash.js
Implement asset hashing in React NativegenerateBundledResourcesHash.js
Native bundled assets.
then computes a hash over the entire manifest to generate the final
hash.
cropnlock.cpp
Implement child window handling in C++cropnlock.cpp
the child window, and handling window messages.