react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Flicker on Initial Render Android

Open cip123 opened this issue 3 months ago • 1 comments

Environment

I am using the example app

"@react-native-community/slider": "file:../package",
"babel-preset-expo": "^9.2.0",
"react": "^19.0.0",
"react-native": "^0.79.2",
"react-native-pager-view": "^6.6.0"

Description

On Android, if there is a conditional render, the initial slider value flickers from 0 to the actual value

https://github.com/user-attachments/assets/846fd105-57e0-4d15-889f-0f3ede207473

Reproducible Demo

https://github.com/cip123/react-native-slider/blob/main/example/src/App.tsx

cip123 avatar Sep 04 '25 09:09 cip123

This seems to be an issue on both Android and iOS for me after upgrading to the new architecture/v5.0

marcshilling avatar Oct 16 '25 20:10 marcshilling