//Modules import React from 'react' import { TouchableOpacity, Text } from 'react-native'; import { Actions } from 'react-native-router-flux'; //Components import { DefaultLayout, Hero } from '../index'; const Home = ({ navigation }) => { return ( navigation.navigate('Search')}>Zoek Terug naar login ) } export default Home