1
3 Comments

Good React Native examples

Hi folks,

I'm helping someone out with a react native project to provide some advice.

It is a little clunky and I wasn't sure if that's React Native or poor project design (they had an external developer work on it).

Can anyone point to good examples of react native apps that I can flick through and see how they feel?

on January 19, 2023
  1. 3

    Sure, here are a few examples of popular apps that are built using React Native like Facebook, Instagram, Airbnb, UberEats, Discord & TikTok.

    These apps are not just well-designed, but they are also built to perform well and are responsive, it's worth looking at their codebase, the design patterns, the ways they handle the state, the animations, and gestures, and the overall architecture. This will give you a better understanding of how to build a well-designed and performant app using React Native.

    Understand that just because an app is built with React Native, it doesn't necessarily mean that it's good. React Native is just a tool and the quality of the app is determined by the developer and the design decisions made.

    1. 1

      are these companies apps fully RN, or do they just use RN in a component/additional app or feature?

    2. 1

      Thanks! Yeah, wasn't sure if the toolset caused weird rendering artefacts or if it was how it was used.

      Thanks a lot!