File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ https://github.com/npm/npm/issues/16991
104104 if ( withWebSupport ) {
105105 appPackage . main = './node_modules/react-native-scripts/build/bin/crna-entry-web.js' ;
106106 Object . assign ( appPackage . scripts , {
107- web : 'webpack-dev-server -d --config ./webpack.config.js --inline --hot --colors --content-base public/' ,
107+ web : 'webpack-dev-server -d --config ./webpack.config.js --inline --hot --colors --content-base public/ --history-api-fallback ' ,
108108 build : 'NODE_ENV=production webpack -p --config ./webpack.config.js' ,
109109 } ) ;
110110 }
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const babelLoaderConfiguration = {
1616 path . resolve ( appDirectory , 'src' ) ,
1717 path . resolve ( appDirectory , 'node_modules/react-navigation' ) ,
1818 path . resolve ( appDirectory , 'node_modules/react-native-tab-view' ) ,
19+ path . resolve ( appDirectory , 'node_modules/react-native-paper' ) ,
1920 path . resolve ( appDirectory , 'node_modules/react-native-vector-icons' ) ,
2021 path . resolve ( appDirectory , 'node_modules/react-native-safe-area-view' ) ,
2122 path . resolve ( appDirectory , 'node_modules/@expo/samples' ) ,
You can’t perform that action at this time.
0 commit comments