Replace /platform/detection with /env

This commit is contained in:
Eric Bailey
2026-01-15 16:49:43 -06:00
parent 4680e78a28
commit 426b97b072
244 changed files with 777 additions and 801 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import {BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomShee
export const Context = createContext<DialogContextProps>({
close: () => {},
isNativeDialog: false,
IS_NATIVEDialog: false,
nativeSnapPoint: BottomSheetSnapPoint.Hidden,
disableDrag: false,
setDisableDrag: () => {},