Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
GG-coder889
/
NativeScript
Public
forked from
NativeScript/NativeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
PanayotCankov
Datepicker
All time
Commit history
Commits on Mar 12, 2018
feat(webpack): mark the CSS type for stylable views explicitly (#5257)
Show description for 1cbb1e8
PanayotCankov
authored and
sis0k0
committed
1cbb1e8
View commit details
Copy full SHA for 1cbb1e8
Browse repository at this point
Commits on Jan 25, 2018
feat(observable): Implement observable .once (#5309)
Show description for 2166d1e
PanayotCankov
authored and
Alexander Vakrilov
committed
2166d1e
View commit details
Copy full SHA for 2166d1e
Browse repository at this point
Commits on Dec 12, 2017
feat: Add require.context typings (#5156)
Show description for 0986315
PanayotCankov
authored
0986315
View commit details
Copy full SHA for 0986315
Browse repository at this point
feat: Register ./app.css instead of app.css so it can be provided by webpack context (#5158)
Show description for d356339
PanayotCankov
authored
d356339
View commit details
Copy full SHA for d356339
Browse repository at this point
Commits on Dec 5, 2017
Check for .css files when .less, .scss etc. are queried in style-scope (#5128)
PanayotCankov
authored
cb4691b
View commit details
Copy full SHA for cb4691b
Browse repository at this point
Commits on Dec 4, 2017
Profile iOS keypoints in the UINavigationViewController (#5108)
PanayotCankov
authored
ec2ce7f
View commit details
Copy full SHA for ec2ce7f
Browse repository at this point
Commits on Nov 22, 2017
Add a globals.registerWebpackModules that can register dynamic require webpack context (#5087)
PanayotCankov
authored
255feda
View commit details
Copy full SHA for 255feda
Browse repository at this point
Commits on Nov 7, 2017
Add a simple polyfil for System.import so we can use some Angular services out-of-the-box (#5042)
PanayotCankov
authored
011be36
View commit details
Copy full SHA for 011be36
Browse repository at this point
Commits on Nov 1, 2017
Add function for profile loggin in release (#5018)
PanayotCankov
authored
f1c33d2
View commit details
Copy full SHA for f1c33d2
Browse repository at this point
Commits on Oct 20, 2017
Housekeeping node tests, renamed to unit-tests (#4936)
Show description for f7a3a36
PanayotCankov
authored and
Hristo Hristov
committed
f7a3a36
View commit details
Copy full SHA for f7a3a36
Browse repository at this point
Hanlde hint color reset properly in iOS (#4968)
PanayotCankov
authored and
Hristo Hristov
committed
188c1f2
View commit details
Copy full SHA for 188c1f2
Browse repository at this point
Commits on Oct 18, 2017
Fix hint color in ios, the attributedPlaceholder and placeholder was set following two very distinct paths (#4945)
PanayotCankov
authored
69199a5
View commit details
Copy full SHA for 69199a5
Browse repository at this point
Commits on Oct 3, 2017
Animations improperly reset (#4900)
Show description for 35be4bc
PanayotCankov
authored
35be4bc
View commit details
Copy full SHA for 35be4bc
Browse repository at this point
Revert _applyXMLAttributes to set style, rows, columns and fontAttributes as properties (#4911)
PanayotCankov
authored
1049fcc
View commit details
Copy full SHA for 1049fcc
Browse repository at this point
Commits on Sep 26, 2017
Revert using inline source map, we should do this only in development (#4890)
PanayotCankov
authored
d64bb19
View commit details
Copy full SHA for d64bb19
Browse repository at this point
Commits on Sep 25, 2017
Avoid applying CSS multiple times (#4784)
Show description for 6d7c1ff
PanayotCankov
authored and
SvetoslavTsenov
committed
6d7c1ff
View commit details
Copy full SHA for 6d7c1ff
Browse repository at this point
Commits on Aug 29, 2017
UIScrollViews will now report 'scroll' events and the background in ios will adjust added layers (#4762)
PanayotCankov
authored and
SvetoslavTsenov
committed
12c0199
View commit details
Copy full SHA for 12c0199
Browse repository at this point
Commits on Aug 28, 2017
Delete the layer type tests, for now the layer type is the default (#4763)
PanayotCankov
authored and
SvetoslavTsenov
committed
7c9fcee
View commit details
Copy full SHA for 7c9fcee
Browse repository at this point
Commits on Aug 25, 2017
Do not change the Android layer types (hardware/software) (#4625)
PanayotCankov
authored
d62df37
View commit details
Copy full SHA for d62df37
Browse repository at this point
Commits on Aug 24, 2017
Add 'npm run madge-ios' and 'npm run madge-android' to list circular dependencies (#4748)
PanayotCankov
authored
3a16e72
View commit details
Copy full SHA for 3a16e72
Browse repository at this point
Added @profile on several key methods in the Android lifecycle, refactored by extracting into methods a little (#4685)
PanayotCankov
authored
3a447b6
View commit details
Copy full SHA for 3a447b6
Browse repository at this point
Add the this.toString in the profile traces (#4731)
PanayotCankov
authored
d6689a0
View commit details
Copy full SHA for d6689a0
Browse repository at this point
Commits on Jul 27, 2017
Shorthand properties does not update if sub-property is changed (#4607)
PanayotCankov
authored
8711b54
View commit details
Copy full SHA for 8711b54
Browse repository at this point
Implement non uniform border corner radiuses and fix blinking image-view radiuses (#4573)
Show description for 4365979
PanayotCankov
authored
4365979
View commit details
Copy full SHA for 4365979
Browse repository at this point
Commits on Jul 26, 2017
CssAnimationProperties, when unset, were not setting the default native value. (#4595)
PanayotCankov
authored and
SvetoslavTsenov
committed
2f6ca25
View commit details
Copy full SHA for 2f6ca25
Browse repository at this point
Add npm script to automate the tsc build for PRs on CI (#4599)
Show description for d978424
PanayotCankov
authored and
SvetoslavTsenov
committed
d978424
View commit details
Copy full SHA for d978424
Browse repository at this point
Git ignore package-lock.json (#4600)
PanayotCankov
authored and
Alexander Vakrilov
committed
c199b31
View commit details
Copy full SHA for c199b31
Browse repository at this point
Commits on Jul 3, 2017
Fix TypeScript 2.4 errors, introduced mainly due weak types and covariant checking for callbacks (#4476)
PanayotCankov
authored and
Alexander Vakrilov
committed
8adb2fd
View commit details
Copy full SHA for 8adb2fd
Browse repository at this point
Commits on Jun 29, 2017
Setting alias for ~/ in webpack enables us to use require('~/package.json') (#4468)
PanayotCankov
authored
b143267
View commit details
Copy full SHA for b143267
Browse repository at this point
Commits on Jun 28, 2017
Fix uptime with snapshot (#4466)
PanayotCankov
authored
08b16b3
View commit details
Copy full SHA for 08b16b3
Browse repository at this point
Refactored getting root view in android (#4463)
PanayotCankov
authored
655509c
View commit details
Copy full SHA for 655509c
Browse repository at this point
Commits on Jun 27, 2017
Fixes the old snapshot build (#4457)
PanayotCankov
authored
1420fa8
View commit details
Copy full SHA for 1420fa8
Browse repository at this point
Commits on Jun 23, 2017
Used the wrong flag to check if snapshot was enabled (#4446)
PanayotCankov
authored
bbffa54
View commit details
Copy full SHA for bbffa54
Browse repository at this point
Commits on Jun 22, 2017
Resetting profiles had to be in the retry body (#4428)
PanayotCankov
authored
bf81b53
View commit details
Copy full SHA for bf81b53
Browse repository at this point
Commits on Jun 15, 2017
Globals in snapshot are overriden by the V8 on start, so they have to be installed later (#4387)
PanayotCankov
authored
b94a61f
View commit details
Copy full SHA for b94a61f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.