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

We use Flipper to debug the application.

You can use the following plugins to debug the application:

Functionality Flipper plugin
storage (MMKV) react-native-mmkv
react query  flipper-plugin-react-query-native-devtools

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