/react-native-is-catalyst

Tells if the react native app is running on Catalyst

Primary LanguageRubyMIT LicenseMIT

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.