/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/expo-system-ui@55.0.15/build/SystemUI.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
import{Platform,processColor}from"react-native";import ExpoSystemUI from"./ExpoSystemUI";export async function setBackgroundColorAsync(o){if(null==o)return await ExpoSystemUI.setBackgroundColorAsync(null);{const r="web"===Platform.OS?o:processColor(o);return await ExpoSystemUI.setBackgroundColorAsync(r)}}export async function getBackgroundColorAsync(){return await ExpoSystemUI.getBackgroundColorAsync()}
//# sourceMappingURL=/sm/81c1984fb5d7bbdafda855f3c074cda8ac847e2582c99ef0ee35735491b8df66.map