Skip to content

abramz/dog-or-cat

Repository files navigation

Dog or cat

A little mobile toy to have some fun with react-native/expo.

NB: Best bet is to download the source and build the app (see below). This is tested on an android device & desktop web so unknown if this works on iOS.

Demo

dog-or-cat-demo.mp4

Installing the app

This is set up using expo & eas, so it should be similar to any other project using those tools.

In order to build a version run

eas build -p android --profile development # or production

Add the --local param to build locally (doesn't work on Windows but can work on WSL)

Send the produced APK to your device and install it.

If the development version is installed, it will need to connect to the development server run with npx start, add -- --tunnel on WSL.

Publish to GitHub Pages

  • Run npm run export-web
  • Run npm run gh-pages

Attribution

  • The stoack images, icons, splash, and demo in assets/images use (potentially) modified (resized, mashed-together) graphics from designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0
  • The font used is Titan One from Rodrigo Fuenzalida
  • All other images in the app are from unsplash and are attributed as such in the app itself