Open
Description
Is your feature request related to a problem? Please describe.
The current function isRealDevice
does not work properly on Android, and returns data on iOS instead of a boolean.
There are other relying functions that call isRealDevice
.
Describe the solution you'd like
Instead of introducing a breaking change, create a new isSimulatorOrEmulator
function that actually returns a boolean.
Describe alternatives you've considered
Changing the isRealDevice
function. This would cause breaking changes.
Metadata
Metadata
Assignees
Labels
No labels