react-native-fullstack-graphql icon indicating copy to clipboard operation
react-native-fullstack-graphql copied to clipboard

🚀 Starter projects for mobile applications based on React Native & GraphQL.

Results 30 react-native-fullstack-graphql issues
Sort by recently updated
recently updated
newest added

Started advanced boilerplate

Please test to verify all is working!

help wanted

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...

help wanted

```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.

help wanted

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 () {...