I have been able to backport some flutter iOS apps to 32bit legacy devices. This is only in some cases where all their dependencies are compatible + some tweaking of build scripts.

I wonder if Voyager can be backported, as it’s crossplatform (react native?) app. Before I dig does anyone know if this is possible?

EDIT: I’m not asking the devs to do anything, I’m asking anyone familiar with the code if they know whether this is feasible before I start digging

  • meseek #2982
    link
    fedilink
    English
    21 year ago

    It’s not React, it’s built on Ionic: https://ionicframework.com

    Moreover, it’s a web app, perfectly capable of running in Safari, even on older devices. Use a browser on older devices. Problem solved.

    • @aehardingM
      link
      English
      41 year ago

      Voyager is React and Ionic :)

      • body_by_make
        link
        fedilink
        English
        21 year ago

        They meant it’s not react native, which somebody else suggested.