reactotron-react-native
Version:
A development tool to explore, inspect, and diagnose your React Native apps.
12 lines (11 loc) • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = getReactNativeVersion;
var _getReactNativeVersionWithModules = require("./getReactNativeVersionWithModules");
var _reactNative = require("react-native");
function getReactNativeVersion() {
return (0, _getReactNativeVersionWithModules.getReactNativeVersionWithModules)(_reactNative.Platform.constants);
}
//# sourceMappingURL=getReactNativeVersion.js.map