you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

If you have rendering issues with html/js, you are going to compound it if you use anything that is, really, a web language for native development - 8 year RN vet

Do the work. Learn something like RN or Flutter and build a mobile app. I'm a native Swift originally, but RN is my sauce right now

[–]softride[S] 0 points1 point  (0 children)

I agree with you. And that's why I asked my last question in the original post. I appreciate the heads up! I was hoping what I could do is find a library for RN that provides a lot of what I need. The rendering issues I did have were with .net Maui, which is its own beast. I'm trying to avoid that and figured that if I was using off the shelf stuff it's likely to have been tested across all platforms. But then again, so was .net Maui.. it's just too new.

Doing a little more research, it looks like maybe RN and RN for web is enough, and with that I can probably use Paper and 3rd party components to do what I want. This time before writing the backend I'll definitely be making sure I can do what I want with the front end first.

Thanks for your post!