We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deviceInfoXState.iosInfo.name
"iPhone"
"iPhone 15"
"iPhone 15 Pro"
PS. It only works as expected if you run in a Simulator
The text was updated successfully, but these errors were encountered:
Thanks @andremion for reporting this issue, allow some time to Investigating this.
Sorry, something went wrong.
No branches or pull requests
Expected
deviceInfoXState.iosInfo.name
should return"iPhone 15"
when running on an iPhone 15 devicedeviceInfoXState.iosInfo.name
should return"iPhone 15 Pro"
when running on an iPhone 15 Pro deviceActual
deviceInfoXState.iosInfo.name
returns"iPhone"
when running on an iPhone 15 devicedeviceInfoXState.iosInfo.name
returns"iPhone"
when running on an iPhone 15 Pro devicePS. It only works as expected if you run in a Simulator
The text was updated successfully, but these errors were encountered: