skip to content
Tags → #react-native
-
In this post I share a story ofhow we found a blocking JS thread call within Systrace caused by jail-monkey
-
This covers how you can get Trace calls from both the native and the JS thread
-
How to migrate a React Native's Native Module to Turbo Module on Android
-
Learn how to use Perfetto to capture and analyze app start performance in React Native Android apps, including a script to automate the process.
-
Quick tip on how to set React Native Core's feature flag without building from source
-
A guide on how to listen to uncaught/unhandled errors in React Native
-
A review of a common mistake with Reanimated.
-
A guide on how to implement Metro's Http Cache in React Native
-
I'm writing a book and course about the tooling one can use to idenfity performance bottlenecks on React Native.
-
Simple implementation of a Visible component that enables you to toggle the visibility of any component.