Bundyo (Kamen Bundev)
Bundyo (Kamen Bundev)
Oh, disregard this. We moved the demo app inside the project two months ago. I'll delete the above comment and write another.
So, seems like after last changes it doesn't run. I'll try getting it working tonight.
Found the problem here, at least for me - it was on the server side. I needed to add some sftp specific config in sshd_config and it finally connected. Steps:...
Here are some samples that use setBackgroundImage, but probably the background-color will need to be mixed in. https://stackoverflow.com/questions/30884170/how-can-i-set-the-uinavigationbar-with-gradient-color
This issue does have a PR, which was closed due to unresolved issues almost an year ago, we may want to revisit it.
Can we get a new WebAssembly build after all these updates? :)
Yes, it is about 2 seconds faster for my setup.
@rynop I'll copy this here for completeness: > The problem with linking is that Angular/TS project tend to grab the linked TS files in core modules and try to compile...
1. Copy the whole directory structure of `tns-core-modules` folder along with the files in a `dist` folder inside your repo clone. Should look something like this: ``` NativeScript | +-->...
The `compile-all` target is similar as much as doing only step 3 and 4 from my description above - it doesn't copy the `.d.ts`, `package.json` and the missing `.js` files....