Dave Brown
Dave Brown
yeah I would love to see this fixed
@strarsis do you know how to manually fix it in an override in package.json?
FYI, I will most likely be keeping my own personal fork pretty up to date, as this is a pretty critical part of my build process. If someone's looking for...
It looks like the output from the LTS version in Whitefox-TrueFoxBlank.0.kll is ``` Name = "WhiteFox"; Variant = "truefox"; Layout = "TrueFoxBlank"; Base = "TheTrueFoxBase"; Version = "0.2"; Author =...
So another note.... in incognito mode it seems to work.
So..... It seems that in my borked json.... I had this: ... no idea how it got there... But I think this might have caused it. ```` "defines": [ {...
I also have this problem.... did you ever find a solution? I'm getting the impression that this library has the wrong urls setup for the Oauth flow.
``` dependencies { //compile fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar']) // testCompile 'junit:junit:4.12' // compile 'com.android.support:appcompat-v7:${supportVersion}' // compile 'com.facebook.react:react-native:+' } ``` I ended up having to do...