NativeScript
NativeScript copied to clipboard
⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vu...
**Environment** - CLI: 7.0.13 - @nativescript/core 7.0.13 - Android Runtime: 7.0.1 - iOS Runtime: 7.0.6 - XCode Version: 12.2 - Plugin(s): None **Describe the bug** run `npm run ios` throws...
### Is your feature request related to a problem? Please describe. Hi NativeScript maintainers :) I'm currently trying to target and compile my NativeScript with Android 12 (SDK Platform 31)....
### Issue Description Hi, If we open a modal view the we try from it to open a RootLayout popup, the root layout will be displayed under the modal view...
### Issue Description Our project is based on Native Script 7. We are transferring it to nativescript 8, we are facing routing issue. We are using this method for routing...
RouterExtensions memory footprint increases significantly compared to *ngIf, possible memory leak!
### Issue Description Here is a demo for reproduction [https://github.com/palikollar/ns-routing-memory-leak](https://github.com/palikollar/ns-routing-memory-leak) There are 4 routing types implemented there. Just comment out the type what you want to try out / reproduce....
### Issue Description This issue is copied from https://github.com/NativeScript/nativescript-cli/issues/5657 Since about March 10th 2022 debugging in chrome and VS Code fails as there is no more valid source mapping for...
### Is your feature request related to a problem? Please describe. Hailing from the SolidJS community! We'd love to see NativeScript support Solid's fine-grained reactivity. It brings a simplicity and...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] You have signed the [CLA](http://www.nativescript.org/cla). ## What is the current behavior? No way to view verbose...
This is a draft/discussion PR. According to the iOS docs, the UI should be built on `didBecomeActive` instead of `didFinishLaunchingWithOptions`. This makes a difference when we launch the application due...
Fixes the use of Android Device Storage for Application Settings to avoid runtime error cause by user accessing `SharedPreferances` when the device is locked: ``` Unable to create application com.tns.NativeScriptApplication:...