Skip to content

UiTPAS mobile application

Notifications You must be signed in to change notification settings

cultuurnet/uitpas-mobile-app

Repository files navigation

UiTPAS - Mobile Application

UiTPAS logo



Intro

This repository hosts the source code for the mobile application of the UiTPAS app. Main purpose of this app is to digitize saving points for their UiTPAS by scanning QR codes at specific locations.

Used technologies/packages:

Setup

General

  1. Setup correct node version
    nvm use
  2. Install project dependencies
    yarn

iOS

  1. Install Pod's
    cd ios && pod install
  2. Run the app
    yarn ios

Android

  1. Run the app
    yarn android

Development

Debugging

React Native Debugger will not work, since MMKV does not support this

We use Flipper to debug the application. If you want to debug the MMKV storage, install the MMKV flipper plugin by searching for 'react-native-mmkv' in the Plugin Manager in Flipper