James Rascoe

Results 6 comments of James Rascoe

@rbudnar its broken in @nativescript/core@latest because this PR has not been released yet. https://github.com/NativeScript/NativeScript/pull/9223 I have worked around it by forking and applying the PR till it makes it into...

@NathanWalker it would be handy to have until we all transition to NS8. I started looking at that today... bumped into the enum switch to coretypes (I’m an xplat shop)...

the correct {NS} way to fix this is by adding a buildscript.gradle file to your App_Resources/Android directory repositories { google() mavenCentral() } dependencies { classpath 'com.google.gms:google-services:4.3.12' }

@machadoastur It goes in your App_Resources/Android directory where your Angular code is, not in the platform generated code... the NS builder looks at that file and then creates the correct...