• Jeremyward@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 hours ago

    The PWA frameworks are pretty cool. Essentially just system level API hooks which then integrate into a existing React - NextJs - whatever projects. Granted it isn’t touching bare metal like you said but it is a nice level of a abstraction and beats dealing with android studio 🤢

    Edit: I hear Expo is neat but I haven’t used it yet.

    • theneverfox@pawb.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      I’ve used expo, which is really just react native with some helpful tooling around it. It was my first real project with react as well, and all and all I’d recommend it.

      React native is pretty great, but there’s a steep learning curve. Expo has some bugs, and once you get off the beaten path you might have some issues. You always have the option of ejecting to react native or native code, but the expo app is incredible - you can do live updates remotely, the app will just reload with the changes without rebuilding everything

      I’ll probably use it for most apps moving forward