João Marins

Results 72 comments of João Marins

How are you guys planning to support multiple storage ways? Like `cookies`, `AsyncStorage` or any other native storage? Is it a problem for the plugin land? Or is this something...

this can be helpful: https://github.com/entria/entria-fullstack/tree/master/packages/server/test

you could add flow or ts support, then type api response using this: https://transform.now.sh/json-to-flow-types/ or this: https://transform.now.sh/json-to-ts-interface/

this way you also would know if api response changes and will help you to type resolvers

This is awesome! Great idea and great job. It would be nice to add this information on [README](https://github.com/matheusrocha89/graphql-camara-deputados/blob/e972a896bf0f5f6072307accb40eab6ea91bc69f/README.md).

still facing: ``` ✖ Failed. AccessDenied: Access Denied ``` after a `gatsby-plugin-s3 deploy`

We are using at [Feedback House](https://feedback.house/) 🎉

We're using at [@FotonTech](https://github.com/FotonTech) https://fotontech.io/ ![foton](https://user-images.githubusercontent.com/5133450/62045577-1a14c100-b1dc-11e9-987e-c8a299a7d0ac.png)

`react-native link react-native-fabric` or just `react-native link`? it is safer to specify which lib you are trying to link sometimes `react-native link` can duplicate old links, if you are not...

take a look at your `settings.gradle` file