Igor Randjelovic

Results 54 issues of Igor Randjelovic

A list of elements that we need to register/implement - [x] **Layouts** - [x] AbsoluteLayout - [x] DockLayout - [x] FlexboxLayout - [x] GridLayout - [x] StackLayout - [x] **ContentViews**...

# NativeScript-Vue Next Project structure: monorepo using Yarn Workspaces. * `@nativescript-vue/compiler` - template compiler based off of @vue/compiler-dom * `@nativescript-vue/runtime` - runtime based off of @vue/runtime-dom * `nativescript-vue` - package...

Implement the navigation plugin: * [x] $navigateTo(target: Component, options: NavigateToOptions) * [x] $navigateBack Ideas: * Add a `key` to `NavigateToOptions` and allow passing that same key to `$navigateBack` to navigate...

Implement template compiler. - transforms - [x] transformStyle (`color: red;` -> `{ color: 'red' }) - [x] transformVText - [x] transformModel - [x] transformOn - [x] transfromShow - [ ]...

Figure out if we can support `querySelector` in `nodeOps`. It is used by internal components like Teleport (was Portal) - which would be nice if we could support them. Seems...

replace nextTick with a timeout helper https://github.com/rigor789/nativescript-vue-next/blob/1698318539ec52f1053126727287fe2deadcf7d8/packages/runtime/__tests__/modules/events.spec.ts#L15-L19 ref: https://github.com/vuejs/vue-next/commit/835789532c3cdc2b7e341297592e3fbeaefc2e59

This is a draft/wip branch of implementing shared view pools. Shared pools will allow defining the item templates in a separate view/element, and reuse them for multiple CollectionViews. This is...

There's a erroneous entry in the android emulator list ![image](https://github.com/okwasniewski/MiniSim/assets/879060/81a7be5e-24bd-4098-93fc-3f1f24c92023) For reference: ``` $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list avd Available Android Virtual Devices: Name: Pixel_7_Pro_API_34 Device: pixel_7_pro (Google) Path: /Users/rigor789/.android/avd/Pixel_7_Pro_API_34.avd Target: Google Play...