Daniel Zaremba
Daniel Zaremba
Hi @jcampbell05 You can use plain fetch and POST to your graphQL server. ``` return fetch(API_ENDPOINT, { method: 'POST', headers: { Accepts: 'application/json' }, body: ` mutation { regenerateAccessToken(refreshToken: "${refreshToken}")...
This could be achieved using a combination of `react-native-voice` with some other recording libs. I use, for example, in combination with https://github.com/hyochan/react-native-audio-recorder-player
> > This could be achieved using a combination of `react-native-voice` with some other recording libs. I use, for example, in combination with https://github.com/hyochan/react-native-audio-recorder-player > > How you able to...
`styled-components` is being marked as a peerDependencies so, as @imana97 suggested, you need to install it in your project.
That returns a promise, you need to await for it.
Hi @TrySound I looked over the code and also couldn't find anything. The use case I had was, a folder with .svg's where I've ran: ```➜ svgo -f ./assets -o...
It was just installed so, version is ``` ➜ svgo --version 2.8.0 ```
That's what I also thought @lucaslugao. What is weird though is that this happened when I used the CLI, there was no browser involved. But I guess this can be...
> @neel132 Why are you using **customExtras.wzrk_dl** ? Where did you find it? Please check payload in console and use accordingly. Hi. I am facing the same issue. I am...
Thanks @rpflorence. I opened a ticket there with the same scenario. Best,