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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
ios
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
42
Star
149
Code
Issues
51
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
fix/throw-errors
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 1, 2026
Merge origin/main into fix/throw-errors
Copilot
authored
93f6c82
View commit details
Copy full SHA for 93f6c82
Browse repository at this point
build(deps): bump github/codeql-action from 4.32.4 to 4.36.0 (#381)
Show description for debf7f8
dependabot[bot]
authored
debf7f8
View commit details
Copy full SHA for debf7f8
Browse repository at this point
build(deps): bump step-security/harden-runner from 2.14.2 to 2.19.4 (#380)
Show description for 1b35a84
dependabot[bot]
authored
1b35a84
View commit details
Copy full SHA for 1b35a84
Browse repository at this point
build(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0 (#379)
Show description for aca9db9
dependabot[bot]
authored
aca9db9
View commit details
Copy full SHA for aca9db9
Browse repository at this point
Commits on May 31, 2026
fix: enable interruption of V8 execution on Debugger.pause command (#378)
edusperoni
authored
714be8c
View commit details
Copy full SHA for 714be8c
Browse repository at this point
fix: Xcode 26.4 build for runtime, inspector, and metadata-generator (#376)
NathanWalker
authored
5e34fec
View commit details
Copy full SHA for 5e34fec
Browse repository at this point
Commits on May 28, 2026
feat: allow custom priority for workers (#377)
edusperoni
authored
8d238ed
View commit details
Copy full SHA for 8d238ed
Browse repository at this point
Commits on May 17, 2026
fix: enhance error handling in LoadESModule by throwing NativeScriptException on promise rejection
edusperoni
committed
a9b1610
View commit details
Copy full SHA for a9b1610
Browse repository at this point
fix: improve error handling in ES module compilation, instantiation, and evaluation
edusperoni
committed
dc46a79
View commit details
Copy full SHA for dc46a79
Browse repository at this point
fix: use -fmodule-map-file for Swift metadata discovery in nsld.sh (#374)
Show description for ecd3598
edusperoni
authored
ecd3598
View commit details
Copy full SHA for ecd3598
Browse repository at this point
fix: rethrow NativeScriptException in LoadESModule for better error handling
edusperoni
committed
f7133de
View commit details
Copy full SHA for f7133de
Browse repository at this point
fix: stop discarding errors in debug
edusperoni
committed
0dd7c77
View commit details
Copy full SHA for 0dd7c77
Browse repository at this point
Commits on May 15, 2026
fix: use-after-free in interop.bufferFromData under memory pressure (#372)
Show description for 90ac16c
mukaschultze
authored
90ac16c
View commit details
Copy full SHA for 90ac16c
Browse repository at this point
test: exit TestRunner upon a crash instead of waiting a timeout (#373)
Show description for a823a2a
mukaschultze
authored
a823a2a
View commit details
Copy full SHA for a823a2a
Browse repository at this point
Commits on May 11, 2026
fix: add SharedArrayBuffer support and fix byteOffset handling across all buffer paths (#370)
Show description for 5555935
edusperoni
authored
5555935
View commit details
Copy full SHA for 5555935
Browse repository at this point
Commits on May 8, 2026
fix: workers should gracefully shutdown on close() (#369)
Show description for 4644fce
edusperoni
authored
4644fce
View commit details
Copy full SHA for 4644fce
Browse repository at this point
Commits on May 4, 2026
fix: re-throw exceptions in both debug and release modes for better error handling (#368)
edusperoni
authored
1eaf03d
View commit details
Copy full SHA for 1eaf03d
Browse repository at this point
fix: enhance nullable type handling in method parameter validation (#367)
Show description for e0d30a8
edusperoni
authored
e0d30a8
View commit details
Copy full SHA for e0d30a8
Browse repository at this point
feat: add more null types for types the runtime accept or returns as null (#363)
edusperoni
authored
fb0a5f4
View commit details
Copy full SHA for fb0a5f4
Browse repository at this point
Merge pull request #365 from NativeScript/fix/typed-buffer-offset
triniwiz
authored
a9894b1
View commit details
Copy full SHA for a9894b1
Browse repository at this point
fix: typed array offset
triniwiz
committed
6cb26c0
View commit details
Copy full SHA for 6cb26c0
Browse repository at this point
Commits on Apr 14, 2026
chore: ci workflow
NathanWalker
committed
aa97bc1
View commit details
Copy full SHA for aa97bc1
Browse repository at this point
fix: throw JS exception instead of silent warning for disposed native object calls in debug mode (#354)
NathanWalker
authored
becb19b
View commit details
Copy full SHA for becb19b
Browse repository at this point
fix: resolve race condition in nsld.sh with parallel linker invocations (#356)
NathanWalker
authored
a61d35c
View commit details
Copy full SHA for a61d35c
Browse repository at this point
feat: add support for nullable types and ArrayBuffers for pointers (#357)
edusperoni
authored
961dc76
View commit details
Copy full SHA for 961dc76
Browse repository at this point
Commits on Apr 1, 2026
build(deps): bump actions/upload-artifact from 5.0.0 to 7.0.0 (#352)
Show description for 17ed63a
dependabot[bot]
authored
17ed63a
View commit details
Copy full SHA for 17ed63a
Browse repository at this point
build(deps): bump nick-fields/retry from 3.0.2 to 4.0.0 (#351)
Show description for 7a1faf1
dependabot[bot]
authored
7a1faf1
View commit details
Copy full SHA for 7a1faf1
Browse repository at this point
build(deps): bump actions/download-artifact from 6.0.0 to 8.0.1 (#350)
Show description for 447b432
dependabot[bot]
authored
447b432
View commit details
Copy full SHA for 447b432
Browse repository at this point
build(deps): bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 (#349)
Show description for 287e32e
dependabot[bot]
authored
287e32e
View commit details
Copy full SHA for 287e32e
Browse repository at this point
build(deps): bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#348)
Show description for 0eb2ae8
dependabot[bot]
authored
0eb2ae8
View commit details
Copy full SHA for 0eb2ae8
Browse repository at this point
Commits on Mar 11, 2026
fix: native methods expecting a NSError arg will now throw a JS exception if the error arg is not passed (#311)
farfromrefug
authored
217873b
View commit details
Copy full SHA for 217873b
Browse repository at this point
feat: improve profiler performance (#332)
edusperoni
authored
c371b6c
View commit details
Copy full SHA for c371b6c
Browse repository at this point
build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#343)
Show description for f0daf24
dependabot[bot]
authored
f0daf24
View commit details
Copy full SHA for f0daf24
Browse repository at this point
build(deps): bump step-security/harden-runner from 2.13.2 to 2.14.2 (#342)
Show description for 9b6995f
dependabot[bot]
authored
9b6995f
View commit details
Copy full SHA for 9b6995f
Browse repository at this point
build(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.3 (#341)
Show description for bca9a92
dependabot[bot]
authored
bca9a92
View commit details
Copy full SHA for bca9a92
Browse repository at this point
Previous
Next
You can’t perform that action at this time.