UNPKG

reactotron-react-native

Version:

A development tool to explore, inspect, and diagnose your React Native apps.

8 lines (7 loc) 310 B
"use strict"; import { getReactNativeVersionWithModules } from "./getReactNativeVersionWithModules.js"; import { Platform } from "react-native"; export default function getReactNativeVersion() { return getReactNativeVersionWithModules(Platform.constants); } //# sourceMappingURL=getReactNativeVersion.js.map