An open API service indexing awesome lists of open source software.

https://github.com/charpeni/react-native-is-catalyst

Tells if the react native app is running on Catalyst
https://github.com/charpeni/react-native-is-catalyst

catalyst macos react-native

Last synced: 9 months ago
JSON representation

Tells if the react native app is running on Catalyst

Awesome Lists containing this project

README

          

# react-native-is-catalyst

## Getting started

`$ yarn install react-native-is-catalyst`

## Usage
```javascript
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](LICENSE).