UNPKG

reactotron-react-native

Version:

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

13 lines (12 loc) 304 B
interface PlatformConstants { osRelease: string; model: string; serverHost: string; uiMode: string; serial: string; forceTouch: boolean; interfaceIdiom: string; systemName: string; } export default function getReactNativePlatformConstants(): PlatformConstants; export {};