-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On RefreshControl, tintColor sometimes doesn't work #48502
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.5. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@1280103995, I couldn't reproduce this issue as per the sample provided by you. Here is my configuration
|
Hi, any maintainers looking on this issue, can you assign it to me so that I can work on this issue. |
I just created a new project (v0.76.5), and the problem still occurred on iPhone XR (iOS 18.2) and iPhone simulator (iOS 18.1). |
@ maintainers kindly assign me this task. |
@krishpranav feel free to work on this one, but we can't assure we'll be able to merge the solution at this stage. |
Thanks, will work on this. |
@cortinico, currently working for the fix. will update you shortly. |
@1280103995 actually I've tried the sample code which you've attached and I am not able to reproduce the issue on the latest iPhone 16(iOS 18.2), I will check with older versions of iOS. |
That's very strange, maybe there's something wrong with my development environment. I'll try it with an Intel Mac later |
sure, I've tried it on my silicon machine and the output was same. can you check with it and let me know? |
My network has a problem and cannot be verified until it is fixed |
When I run it in |
cool, even though i've patched a minor issue |
Description
The tintColor property occasionally has no effect on the first render.
Steps to reproduce
Create a new project (npx react-native init XXX)
React Native Version
0.76.3
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Reproducer
No. I just created a new app normally.
Screenshots and Videos
ScreenRecording_01-06-2025.15-56-20_1.MP4
App.tsx
The text was updated successfully, but these errors were encountered: