I’m not sure if you’ve tried this PWA called Wefwef but it feels like a fully featured Apollo client for Lemmy already. You just go to the site and add it to your home screen. No beta to sign up for. No TestFlight link. Just add the PWA.

It’s good. It’s really really good.

  • fades@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Yes it is really nice but still browser based at the end of the day, therefore will not be a go-to for me.

    Memmy has been good to me so far

        • fades@beehaw.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 year ago

          Passing my response to someone asking why I want a native app, as it applies to your question as well:

          Native apps can utilize the feature of the host OS whereas using a library like react native that compiles down into different code depending on the target platform for that build, will be limited to what react native provides integration with.

          There are sadly many things and as new feature come out those too can be underutilized.

          I’m really generalizing here but if you look into it with that context, you’ll see what I mean. I’ve experienced this personally and professionally as I am a senior software engineer and have done my share of app development

          So even though you say you are on android, you too are affected if the app you use uses an intermediate library to use one code base to generate builds for multiple platforms - react native being one of the most popular currently thanks to ease of use and lots of existing integration