"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getReactNativeVersion = getReactNativeVersion; function getReactNativeVersion() { throw new Error('getReactNativeVersion is not supported on web'); } //# sourceMappingURL=getReactNativeVersion.web.js.map