https://github.com/gabrielmodog/github-explorer-expo-rn
https://github.com/gabrielmodog/github-explorer-expo-rn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielmodog/github-explorer-expo-rn
- Owner: GabrielModog
- Created: 2024-05-23T17:10:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T19:56:35.000Z (about 2 years ago)
- Last Synced: 2024-09-15T21:49:49.926Z (almost 2 years ago)
- Language: TypeScript
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GITHUB EXPLORER 🗺️
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
Before running follow the instructions below.
## Get started
1. Install dependencies
```bash
yarn
```
2. Start the app
```bash
npx expo start
```
## Running tests
```bash
yarn test
```
And also to run e2e tests:
```bash
yarn e2e
```
` Only will work for android`
## What was used?
- urql
- dayjs
- @testing-library/react-native
## Disclaimer
- This wasn't properly tested in iOS, so will be a little awkward.