import React from "react"; import Home from "./screens/home"; // import { AppLoading } from 'expo'; // import loadFonts from './helpers/loadFonts'; const App = () => { // Example of implementation of custom font with class components: // https://github.com/GeekyAnts/NativeBase-KitchenSink/blob/CRNA/src/boot/setup.js // if (!isReady) { // return ( // setIsReady({ isReady: true })} // onError={console.warn} // /> // ); } return ( ); }; export default App;