瀏覽代碼

fix: import Platform in dimension/room.tsx

zbb 1 月之前
父節點
當前提交
318e2d3a5b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/dimension/room.tsx

+ 1 - 0
app/dimension/room.tsx

@@ -13,6 +13,7 @@ import {
     TextInput,
     TouchableOpacity,
     View,
+    Platform,
 } from 'react-native';
 import { useSafeAreaInsets } from 'react-native-safe-area-context';