# With React Native

Open in StackBlitz Open in CodeSandbox

This example shows `urql` in use with React Native. To run this example install dependencies and run the `start` script: ```sh yarn install yarn run start # or npm install npm run start ``` This example contains: - 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)