Closed wilsolutions closed 2 weeks ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - 0.73.9. 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 Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | 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. |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
This issue was closed because the author hasn't provided the requested feedback after 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Description
I have an option element in a RN App (react native 0.72) that works fine, it has a value = 'radio button', fine. However when I upgrade the App to React Native 0.73 with no changes the "value" attribute is gone.
My workaround was adding a
accessibilityValue={{ text: 'radio button' }}
to the element. Is this the way moving forward? Why the "value" attribute is gone when using RN 0.73? ThanksSteps to reproduce
We need 2 new Apps in order to reproduce the issue, one using RN 0.72 and another using RN 0.73:
Create a new App using RN 0.72
Add a pressable and inspect it using Appium
Notice the Pressable have a "value" attribute that appears in Appium inspector
Create a new App using RN 0.73
Add or copy previous added pressable element and inspect it using Appium
Notice the Pressable does not have a "value" attribute that appears in Appium inspector
React Native Version
0.73.8
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
na
Screenshots and Videos
Note: in the screenshot I'm using the menu as an example, each menu item uses a Pressable element