React Native based iOS apps with large view hierarchy #2247
SomniumDigital
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using Maestro on a project built using React Native (RN) which has both an Android and a iOS mobile app. Whilst the test flows work well on Android the iOS tests are particularly slow, Maestro is often complaining about the large depth of the view hierarchy, which is often ~60 deep. Another related issue is that this results in Maestro Studio unable to load the iOS app.
Short of refactoring the app and/or moving to the latest version of RN which has the new arch' with view flattening, are there any suggestions on how to speed these test up, make them more efficient?
Beta Was this translation helpful? Give feedback.
All reactions