Tim Doege
Tim Doege
Not a solution, but just an observation: I get the same error in a similar environment but only when actively opting out of Ivy Toggling ``` "angularCompilerOptions": { "enableIvy": false...
It was not my impression that binding of `selectedIndex` is supported (based on https://www.nativescript.org/blog/tabs-and-bottomnavigation-nativescripts-two-new-components). My approach is to subscribe to router changes for the intended selected tab index and keep...
I have noticed an increase in Firebase Crashlytics reports on this issue using the 8.1.0 iOS runtime as well: ``` Crashed: com.apple.main-thread 0 libsystem_kernel.dylib 0x79c4 __pthread_kill + 8 1 libsystem_pthread.dylib...
I tracked the source of my issue to this: https://github.com/EddyVerbruggen/nativescript-barcodescanner/pull/278 and switched to https://github.com/nstudio/nativescript-plugins/tree/main/packages/nativescript-barcodescanner (thanks @bradmartin)
Import `analytics` like this instead: ``` import { analytics } from '@nativescript/firebase/analytics'; ```
I get a crash on iOS running V8 as well while it works with JSC / using ``` "@nativescript/ios": "6.5.3", ``` instead. The stack trace is this ``` ====== Assertion...
I also get the same error on iOS runtime 8.1, and was just to post the same from the iOS 8.1 release notes ;)
Thanks, @NathanaelA - 2.8.6 fixes this for me, also!
Any chance this can be merged ... without a blog post? :)