FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Image should not requestLayout when measured with 'exactly' spec by PanayotCankov · Pull Request #2198 · NativeScript/NativeScript · GitHub

Image should not requestLayout when measured with 'exactly' spec - #2198

Merged
PanayotCankov merged 1 commit into
masterfrom
cankov/image-exactly
May 30, 2016
Merged

PanayotCankov merged 1 commit into
masterfrom
cankov/image-exactly

Conversation

Copy link
Copy Markdown
Contributor

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:

npm run link-tests

So you can easily run the tests.

Do a tsc using the locally installed typescript compiler:

npm run tsc

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:

npm run tsc-tiw

ns-bot added cla: yes and removed cla: no labels May 27, 2016
Image should not requestLayout when sized with 'exactly' spec

Update image tests

Tests will run in ios only
PanayotCankov force-pushed the cankov/image-exactly branch from 28a6ab5 to 717b513 Compare May 27, 2016 13:58
PanayotCankov merged commit ef7151d into master May 30, 2016
hshristov added this to the 2.1 milestone Jul 1, 2016
PanayotCankov deleted the cankov/image-exactly branch July 26, 2016 05:49

lock Bot commented Aug 28, 2019

Copy link
Copy Markdown

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.

lock Bot locked and limited conversation to collaborators Aug 28, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL