react / react/react-native

RefreshControl is flickering

Open
#54,610 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Component: RefreshControl Needs: Triage :mag: Type: New Architecture
Dominant language
C++
Stars
127k
Forks
25.3k
Avg merge
1d 23h
Merged PRs (30d)
4

Description

Description

When I perform a pull-to-refresh, the screen gives a slight flicker. This happens both in the ScrollView and in the FlatList. It started happening after the upgrade to version 0.81.5 (new architecture). In version 0.77.3 (with the new architecture disabled) this didn’t happen.

Steps to reproduce
  1. Install the dependencies with yarn install
  2. Run the application
  3. Open the screen that contains the ScrollView / FlatList with RefreshControl
  4. Perform a pull-to-refresh gesture
  5. Notice that the screen gives a slight flicker during the refresh
React Native Version

0.81.5

Affected Platforms

Build - MacOS

Areas

Fabric - The New Renderer

Output of npx @react-native-community/cli info
System:
  OS: macOS 26.0.1
  CPU: (8) arm64 Apple M2
  Memory: 132.77 MB / 8.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 24.10.0
    path: /opt/homebrew/bin/node
  Yarn:
    version: 1.22.22
    path: /opt/homebrew/bin/yarn
  npm:
    version: 11.6.0
    path: /opt/homebrew/bin/npm
  Watchman:
    version: 2025.10.20.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.16.2
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 25.0
      - iOS 26.0
      - macOS 26.0
      - tvOS 26.0
      - visionOS 26.0
      - watchOS 26.0
  Android SDK: Not Found
IDEs:
  Android Studio: 2025.1 AI-251.27812.49.2514.14217341
  Xcode:
    version: 26.0.1/17A400
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.17
    path: /usr/bin/javac
  Ruby:
    version: 2.6.10
    path: /usr/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 20.0.0
    wanted: 20.0.0
  react:
    installed: 19.1.0
    wanted: 19.1.0
  react-native:
    installed: 0.81.5
    wanted: 0.81.5
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: true
  newArchEnabled: true
Stacktrace or Logs
no logs
MANDATORY Reproducer

https://snack.expo.dev/@andreyfbernardoni/honest-yellow-salsa

Screenshots and Videos

https://github.com/user-attachments/assets/73e9da3f-d05c-4802-97b4-97a1a7090af1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Snack reproducer and reproduce the pull-to-refresh flicker in both ScrollView and FlatList on React Native 0.81.5 with the new architecture enabled. Compare the behavior with version 0.77.3 and verify that the flicker is gone on the affected macOS setup; no logs or source files are identified in the report.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.