A K

Results 9 comments of A K

I'd like to, waiting for some documentation / tutorials before committing to a conversion

Yes, please! :) On Saturday, May 21, 2016, Matthew de Haast [email protected] wrote: > I see the example is only valid for iOS. Should I also make it workable >...

I am using the widget, have not yet figured out how to get identity to work locally with either `netlify dev` or any of the several suggestions you can find...

I've found a workaround with FormData (and scaphold.io not firebase): ``` async uploadImageAsync(uri, userId) { let formData = new FormData(); formData.append("query", ` mutation CreateFile($input: CreateFileInput!) { createFile(input: $input) { changedFile...

Any updates? So far unable to build and run everything in a local container

Also trying to solve this issue on React Native. Did anyone successfully implement a solution for pre-register -> post-login Relay?

Happy to keep this (work in progress) React Native sample public as a template, but how to fix the middleware implementation? https://github.com/allpwrfulroot/testMiddleware Update: condensed the code question to a gist...

I'm using React Native with Expo, which isn't really compatible with AccountKit at the moment (at least not seamlessly). And ironically for a Facebook stack adopter, Facebook's Graph-related tools feel...

Sure! Actually, phone number verification could be open-ended similar to email verification is right now. Twilio (or other similar service like Amazon SNS) can send a text message with a...