React Native urql example app
August 15, 2021 ยท View on GitHub
This is an example app for a React Native app with urql.
It uses:
- urql
- urql devtools
- artsy art api
- React Navigation
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