Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.
/ koha Public archive

A non-profit app for essential item donations. Developed at Massey University.

License

Notifications You must be signed in to change notification settings

community-koha/koha

Repository files navigation

Koha App

Node.js CI

Dev instructions:

Make sure normal things are installed (read: node, npm etc.)

  1. Install Expo with npm install --global expo-cli
  2. expo login (expo register first if you haven't made an account)
  3. expo start in the project directory to run the server
  4. use the GUI to manage flow (log in on Expo Go with Android/iOS)

Build instructions:

WIP

Recommendations:

  • use VS Code + React Native tools + Expo tools
  • commit your code (with cli, Git client, Github Desktop or VS Code, whatever, just do it)

Troubleshooting:

  • Fix bundler cache issues with expo r -c
  • Make sure to npm i after pulling to fix any updated dependencies
  • Expo Go does not work with FB Auth on non-authorised Expo accounts (see here)