Google has a built in app crawler for the app store called the pre-launch report.
It will crawl your app on a bunch of different devices and give you some basic feedback assuming you:
- provide credentials (easy)
- provide resource IDs for username / password fields, sign-in button (hard)
It doesn't appear to be trivial to set these to be static in expo / react-native, they are dynamically generated.
Is there a smart way to set this up?