UNPKG

expo-constants

Version:

Provides system information that remains constant throughout the lifetime of your app.

8 lines (6 loc) 196 B
import { requireNativeModule } from 'expo-modules-core'; let ExponentConstants; try { ExponentConstants = requireNativeModule('ExponentConstants'); } catch {} export default ExponentConstants;