skip to content
Posts
-
A workaround for the Android UI freeze issue during OTA updates in React Native 0.79.5 when running with the old architecture.
-
Quick tip on how to enable React Native Core's FLog logs without building from source
-
An exploration of changes in error boundary behavior in React 19.
-
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
-
Learn about XSS vulnerabilities when interpolating styled-components in React
-
Using predefined error constants introduces misleading stack traces, which can complicate debugging and error tracking.