Anders Friis

Results 14 comments of Anders Friis

I got a problem with the keychain and I saw the various issues that references to this one so I am trying here. I get this output when running `forgetTokens()`:...

I was using `obtainAccessToken()` directly instead of using `authorize()` which then skips the part where it persists the tokens in the keychain. So I couldn't forget the tokens because they...

I was able to change `fill` color for a `path` in my .svg file like this: ``` 1CDD7CD2-1911-4E27-89F6-1157A9B22CC4 Created with sketchtool. ``` Notice the `currentColor` keyword set in the `path`....

@kristerkari If I use `fill` instead of `color` the color is defaulting to blue - the same as not setting anything, so it doesn't work. I have indeed looked a...

@kristerkari I am not using an `.svgrrc` file to change the prop name, if that is what you mean. I tried with one at some point but couldn't make it...

I just created an example project to see if I had some color configuration in my project that was doing the replacement, but it works indeed the same way as...

Okay cool, but is there a problem in using `color` prop instead and avoiding the need for the `.svgrrc` file? It will not work if I have multiple layers I...