Yajur Grover
Yajur Grover
This issue is a priority and is being actively worked on. Update from recent testing- when in scan mode, using Ctrl+Enter or Ctrl+Space (vs just Enter or Space) invokes the...
Looks like the writingDirection prop is being set to: `writingDirection: 'rtl'` in the Right-to-left example. Code sample from example page is this: ``` Here is a line of capitalized text...
Worked on debugging this more on main - I tried setting a break point on the disabled property check in the UpdateProperty() function in ViewViewManager, and the breakpoint was not...
Sample component code for the example above - initial assumption that there's an issue with the `inverted` prop?: ``` item.id} horizontal={true} inverted={true} /> ```
This is no longer an accessibility issue, so marking as closed.
> Related: [microsoft/vscode#206581](https://github.com/microsoft/vscode/issues/206581) Issue posted on the React Native Tools repo detailing direct debugging errors: https://github.com/microsoft/vscode-react-native/issues/2117
@EzioLi01 is this the extension you meant to link?: https://github.com/microsoft/vscode-js-debug. The link in your comment leads me to the current repo.
@EzioLi01 okay thank you for the clarification. This issue is also being internally investigated - if there is an update will post here.
Did some testing within Fabric Gallery and the behaviour with this scenario is quite inconsistent: - On some of the pages, the text scales correctly after adjusting the scale on...