Sangar
Sangar
https://github.com/Expensify/App/pull/24482#issuecomment-1801315358
There are some other places we need to replace(accessibilityRole -> role)
## Proposal ### Please re-state the problem that we are trying to solve in this issue. In request money page, tabs disappear when pressing tab key ### What is the...
This issue is reproducible for the inverted `FlatList` You can try the following code. Without inverted, it looks like working but doesn't work with `inverted=true` ``` import React from "react";...