react-native-is-catalyst
react-native-is-catalyst copied to clipboard
Tells if the react native app is running on Catalyst
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.