Skip to content

kadikraman/UrqlTest

Repository files navigation

React Native urql example app

This is an example app for a React Native app with urql.

It uses:

Setup instructions

This is a plain React Native app, meaning that in order to run it, you'll need to have XCode (for iOS) or Android Studio (for Android) set up.

First, clone the repo and install the JavaScript dependencies with

yarn

iOS

To run the app on iOS:

npx pod-install
react-native run-ios

Android

To run the app on Android, you may need to open your Android emulator first. Then run:

react-native run-android