react-native-fullstack-graphql
react-native-fullstack-graphql copied to clipboard
🚀 Starter projects for mobile applications based on React Native & GraphQL.
Started advanced boilerplate
There is an issue with fetch in React Native that prevents the usage of `localhost`. A proposed solution is to use `Platform.select` to set the ApolloClient's `HttpLink` uri to one...
```componentWillReceiveProps(nextProps) { if (this.props.location.key !== nextProps.location.key) { this.props.feedQuery.refetch() } } ```
**THIS IS A WIP. DO NOT MERGE** Starts updating README and moving to Prisma.
see https://renovateapp.com/docs/configuration-reference/configuration-options#packagerules
Thank you so much for the `react-native-graphql` example! :) It clarifies a lot for me. But I'm still struggling with the integration of `react-community/react-navigation`... For more complex apps theres no...
Hello, I try to use this cool auth example, but after clicking on login with google, the loader id displayed and never stop. if i clic on done (top screen)...
As found by Nilian, http://stackoverflow.com/questions/38153335/react-native-loading-image-over-https-works-while-http-does-not-work . Server side should verify thant imageUrl is https, otherwise on RN side, a rewrite rule can be implemented in Post.js ```` render () {...