ソースを参照

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';