Yajur Grover

Results 9 comments of Yajur Grover

Added some log and debug statements to compare `onPress` and `onPressIn/onPressOut`, the component is not being called when it's set to `onPressIn` or `onPressOut` (nothing is logged), but the log...

It is a keyboard only issue - when I click on the Pressable in scan mode the logging statements are hit and the code runs

Tried running the automated script as specified on the migration docs. Got an `ERR_UNSUPPORTED_ESM_URL_SCHEME` which was related to running the script on Windows, and running on WSL should have fixed...

Giving a progress update here: Completed: - Ran automated migration script successfully to create initial Docusaurus v2 website - Resolved several compiler errors related to markdown formatting in several files...

Checked on playground - is not an issue on 0.73-stable or 0.72-stable.

Follow up to this issue - looks like the example code for Disabled Pressable is different in Gallery and Playground, which is why there is a discrepancy in the appearance...

> Add the `Text` repro to pair with this `Popup` repro. Text shouldn't be focusable by default, but can be enabled to be focusable. Tested the focus API again on...

I tried to repro this issue locally but the transform prop seemed to be working when I tested it on the ActivityIndicatorExample.js file: Code sample (from ActivityIndicatorExample): ``` title: 'Default...