import React from 'react'; import { View, Text } from 'react-native'; const SensorCard = () => { return ( SensorCard ); }; export default SensorCard;