Some checks failed
Automated Container Build / build-and-push (push) Failing after 12s
10 lines
No EOL
340 B
JavaScript
10 lines
No EOL
340 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var isReactNative = function isReactNative() {
|
|
return typeof navigator !== 'undefined' && typeof navigator.product === 'string' && navigator.product.toLowerCase() === 'reactnative';
|
|
};
|
|
var _default = exports.default = isReactNative; |