Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

examples: Fixing link in with-react-native README.md (#3376)

authored by

Justin D Mathew and committed by
GitHub
60c58a8e 65649510

+1 -1
+1 -1
examples/with-react-native/README.md
··· 30 30 31 31 This example contains: 32 32 33 - - The `urql` bindings and a React Native app with a client set up in [`src/App.js`](src/App.js) 33 + - The `urql` bindings and a React Native app with a client set up in [`App.js`](./App.js) 34 34 - A query for pokémon in [`src/screens/PokemonList.js`](src/screens/PokemonList.js)