Module Platform-BsReactNative
type iosIdiom
=
;|
Phone
|
Pad
|
TV
type os
=
;|
IOS(iosIdiom)
|
Android
let os : unit => os;
Raises UnknownPlatform for non-standard platforms such as "web" from react-native-web
let equals : os => bool;