Skip to content

charpeni/react-native-is-catalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.