Browse Source

fix: import Platform in dimension/room.tsx

zbb 1 month ago
parent
commit
318e2d3a5b
1 changed files with 1 additions and 0 deletions
  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';