UNPKG

reactotron-react-native

Version:

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

7 lines (5 loc) 256 B
import { getReactNativeVersionWithModules } from "./getReactNativeVersionWithModules" import { Platform } from "react-native" export default function getReactNativeVersion(): string | null { return getReactNativeVersionWithModules(Platform.constants) }