diff --git a/App.js b/App.js index 8bee29c..f1b36c8 100644 --- a/App.js +++ b/App.js @@ -2,12 +2,10 @@ import React from 'react'; import {Provider} from 'react-redux'; import StartScreen from './src/components/start-screen'; import store from './src/store'; -import Example from './src/components/example'; const App = () => { return ( <Provider store={store}> <StartScreen /> - {/*<Example />*/} </Provider> ); }; diff --git a/metro.config.js b/metro.config.js index 13a9642..0587f4a 100644 --- a/metro.config.js +++ b/metro.config.js @@ -6,6 +6,10 @@ */ module.exports = { + getSourceExts: () => ['jsx', 'js'], + resolver: { + sourceExts: ['jsx', 'js'], + }, transformer: { getTransformOptions: async () => ({ transform: {