Error in testing Reac Native Code (Expo)

0

I do not know how to solve this problem:

My index.js

/** Criando o Entry Point da pasta src */
import React from 'react';
import Routes from './routes';


const App = () => <Routes />;

export default App;
    
asked by anonymous 29.10.2018 / 23:53

0 answers