PingPong score app to track office ping pong scores, built for use with the PingPong API. Built in React Native with the Expo framework.
Maintained by Bytecode Digital Agency
Make sure you have the following software installed:
For building the apps, make sure you are using MacOS, and have xcode
and Android Studio
installed.
It won’t hurt to have the expo-cli
package installed too.
To install all dependencies, run yarn
.
To start the dev server, run yarn run start
.
For running the app in an Android or iOS emulator, run yarn run android
or yarn run ios
respectively.
For linting, run yarn run lint
.
For building the standalone apps, see the Expo documentation for Building Standalone Apps.
This project is licenced under the AGPL-3.0 license.