A command to pre-locate elements for react-native #1441
booker-dragon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to suggest a new feature/command to pre-locate views with id
Most of the time, the view tree hierarchy is huge for react native, for each tap action, it will loop through the tree to locate the element.
If a command is available to pre-locate all the needed elements for a screen, it could make the flow running much faster
For example
Beta Was this translation helpful? Give feedback.
All reactions