Archimedes Trajano

Results 325 comments of Archimedes Trajano

Doing the downgrade to expo keep awake prevents it from building on Android EAS

> For now - until resolved - I would recommend using https://github.com/sayem314/react-native-keep-awake @trajano Works fine. Thanks @hirbod this appeared to have worked on an EAS build

``` { "name": "@nativescript/template-blank-vue-ts", "main": "app/app.ts", "displayName": "Blank Vue Typescript", "version": "8.0.3", "description": "NativeScript Application", "author": "NativeScript Team ", "license": "SEE LICENSE IN ", "repository": "", "homepage": "https://github.com/NativeScript/nativescript-app-templates", "bugs": {...

Code that I changed ``` import Vue from "nativescript-vue"; export default Vue.extend({ computed: { message() { return "Blank {N}-Vue app abcde"; // added abcde } } }); ```

`ns debug ios` sort of works but it does a "restart" it does not update the running app. Or is that by design? Also it only reloads ONCE. Doing another...

Digging further I found this https://github.com/nativescript-vue/nativescript-vue/issues/846 and https://github.com/nativescript-vue/nativescript-vue/issues/747 and https://github.com/nativescript-vue/nativescript-vue/issues/518 so it may likely be something specific to NativeScript-Vue

Is that a limitation of Vue's HMR implementation?

@rigor789 your statement makes it sound like the issue is with NativeScript's implementation rather than VueJS' implementation.

@rigor789 so nothing needed from VueJS team then, that's good.

@rigor789 the PR you specified https://github.com/NativeScript/NativeScript/pull/9460 seems to be merged now. Is the trivial fix ready?