📄️ Animation Optimisations
From a developer perspective react native animations needs a lots of optimisation. Otherwise it leads to app crashes and poor user experience. There are some common performance issues faced by animations:
📄️ App Bundle Optimisations
While working with react native apps, We all know that android builds are little bit heavier than comparing to other cross platform apps. We can reduce the app size with some simple steps.
📄️ JS Bundle Optimisations
Both in development and in production, React Native builds the JavaScript code that executes on the devices using Metro. as well as the Metro architecture's emphasis on development speed.
📄️ UI Optimisations
From the codebase, a react native app needs a lot of optimisation for UI side, for solve the issues like frame droops, UI failures etc.