TONG-H

2025-07

841Daily Snippets2025-07-012025-07-03

0706

  • rn render issues
    • gif rendering in rn, Android have performance issues with large GIFs.
      • use react-native-fast-image is a popular choice
    • rendering multiple webviews on a single page can lead to performance issues
      • Each WebView is a separate instance of Chromium (Android System WebView or Chrome), consuming ~20-100MB+ RAM per instance
      • depending on: Device RAM, WebView content complexity and Whether WebViews are active.
      • Low-end Android devices may lead to crash with the number of 3
  • how to stew meat