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