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
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.
Voyager is React and Ionic :)
They meant it’s not react native, which somebody else suggested.