diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4122f36..19c0582 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,10 @@ - + + + + + + + { - const navigation = useNavigation(); // 获取导航实例 + const [count, setCount] = useState(0); const [data, setData] = useState(null); const translateX = useRef(new Animated.Value(0)).current; const bgColor = useRef(new Animated.Value(0)).current; - const handleImagePress = () => { - navigation.navigate('VehicleSettings'); // 跳转到车辆设置页面 + + const navigation = useNavigation(); + + const handlePress = () => { + navigation.navigate('deviceList'); // 确保 'deviceList' 是正确的页面名称 }; const panResponder = useRef( PanResponder.create({ @@ -139,13 +142,16 @@ const NormaIndex: React.FC = () => { - - + {/* - + */} + diff --git a/src/views/device/deviceList.tsx b/src/views/device/deviceList.tsx new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/views/device/deviceList.tsx @@ -0,0 +1 @@ +