import React from 'react'; import { SafeAreaView, View } from 'react-native'; import { BarChart, LineChart } from 'react-native-graph-kit'; import { data } from './constants'; import { ApplicationStyles, Colors } from './theme'; const App = () => { return ( ); }; export default App;