Before judging ( which i knw you will 🤣), I’m new to mobile dev. Sooo “handle with care”?

  • @jcgA
    link
    English
    3
    edit-2
    9 months ago

    I’m a react native and flutter dev. They’re very, very good for 90% of use cases. Even if you’re only developing for one platform, they’re actually quicker to get started on and be productive than native development, especially if you use something like Expo to get your app started as fast as possible. If you’re doing performance critical applications or need access to hardware other than the usual camera/Bluetooth/internet, then you probably are better off writing it natively but that describes a very small handful of real-world apps and you can always selectively write some parts in native code.

    EDIT: Also I didn’t think it had to be said cause I thought Xamarin was basically dead but yeah, Xamarin sucks major ass.

    • wellDuuhOP
      link
      fedilink
      English
      19 months ago

      Thanks for the feedback

      need access to hardware other than the usual camera/Bluetooth/internet

      The app under design needs access to real-time GPS/Location services… can the platform handle this, or should i swallow the native pill

      • @jcgA
        link
        English
        19 months ago

        Ah yes that too is covered by Flutter/React Native.