An open API service indexing awesome lists of open source software.

https://github.com/gabrielmodog/github-explorer-expo-rn


https://github.com/gabrielmodog/github-explorer-expo-rn

Last synced: about 1 year ago
JSON representation

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.