react-native-is-catalyst
v1.0.0
Published
Tells if the react native app is running on Catalyst
Downloads
30
Readme
react-native-is-catalyst
Getting started
$ yarn install react-native-is-catalyst
Usage
import isCatalyst from 'react-native-is-catalyst';
if (isCatalyst) {
// Do something that will only be executed on Catalyst
}
License
react-native-is-catalyst is MIT licensed.