1.0.3 • Published 6 years ago
is-hermes v1.0.3
is-hermes
Simple function to check React Native Runtime Hermes is presents or not.
Install
yarn add is-hermesUsage
import isHermes from 'is-hermes';
if(isHermes()){
// do something
}Simple function to check React Native Runtime Hermes is presents or not.
yarn add is-hermesimport isHermes from 'is-hermes';
if(isHermes()){
// do something
}