| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Image should not requestLayout when sized with 'exactly' spec Update image tests Tests will run in ios only
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This will improve the performance in cases when the Image src is set on image that is in GridLayout with start row and column. The layout won't be invalidated.
Added a few npm scripts that:
Do tns-core-modules$ npm link and tests$ npm link tns-core-modules:
So you can easily run the tests.
Do a tsc using the locally installed typescript compiler:
Transpile TS files to JS files and watch TS for changes. The transpiling does not type-check so it is fast but make sure to call npm run tsc before commit to do full TypeScript compilation: