UNPKG

expo-constants

Version:

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

8 lines 243 B
import { requireNativeModule } from 'expo-modules-core'; let ExponentConstants; try { ExponentConstants = requireNativeModule('ExponentConstants'); } catch { } export default ExponentConstants; //# sourceMappingURL=ExponentConstants.js.map