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

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

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