With React Native#
This example shows urql in use with React Native.
To run this example install dependencies and run the start script:
yarn install
yarn run start
# or
npm install
npm run start
This example contains:
- The
urqlbindings and a React Native app with a client set up inApp.js - A query for pokémon in
src/screens/PokemonList.js