Some checks failed
Automated Container Build / build-and-push (push) Failing after 12s
4 lines
No EOL
216 B
JavaScript
4 lines
No EOL
216 B
JavaScript
var isReactNative = function isReactNative() {
|
|
return typeof navigator !== 'undefined' && typeof navigator.product === 'string' && navigator.product.toLowerCase() === 'reactnative';
|
|
};
|
|
export default isReactNative; |