Hi, I’ve been working on my app project (2 months in) that’s mainly targeted for mobile devices (tablet as it turns out, landscape at that!)
I’m using material-ui and started with meteor-react from the start but I’ve been building the mobile builds through meteor’s default system, and it’s been working pretty well.
However, I understand that react native is another option in building the mobile app and possibly(?) a better(?) and more modern option(?). Hoping to hear feedback regarding this!
The conversations concerning the same topic are about 2 to 3 years old so I was hoping that somebody is still actively using Meteor for mobile apps and can chime in.
(And if react native is in fact a better option, I don’t suppose there’s a “best way” to transition the existing project into using that?
I’m sticking with a Cordova web app in the meantime just so my timeline for deployment doesn’t get too shaken, but a part of the project is to have a user facing app and using RN for that would be best since it’ll be deployed on slower tablets and would be more secure since a big part of the web app has the admin functions.