Skip to content

Bug: Picker item clicks not working for some options on OnePlus devices after upgrading to support Android 15 #655

@sumanthgowdahs

Description

@sumanthgowdahs

Description
After upgrading my React Native app to support Android 15 , picker item clicks stopped working on OnePlus devices, regardless of the actual Android version (reproduced on Android 13, 14, and 15).

When opening the picker:

  1. Some options cannot be clicked at all.
  2. After scrolling past those options and returning, they become clickable.
  3. Adding a red background to debug shows that for affected items, the background only appears behind the text — not the full width of the row

package version: @react-native-picker/picker": "^2.11.0"
React native version : "0.74.6"
devices reproduced: OnePlus Nord 2T (android 14) , OnePlus Nord2 5g (android 13)

🧩 Expected Behavior
Each picker option should be fully clickable
The background color and touch area should cover the entire width.

🧪 Steps to Reproduce
Run the above code on a OnePlus device (Android 13–15
Open the picker.
Try tapping on the first few items — clicks don’t register.
Scroll down and back up — now clicks work.
Add a background color to confirm that affected items render partially.

🎥 Watch video demo](https://youtube.com/shorts/DhChZ4Qc3U8?feature=share)

screenshot :

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions