metro-sample-app
metro-sample-app copied to clipboard
Super simple web app built by metro
Results
2
metro-sample-app issues
Sort by
recently updated
recently updated
newest added
@mjesun @rafeca This attempts to enable the metro visualizer, but I'm seeing an issue resolving `nullthrows` when attempting to load `/visualizer` Error: ``` { Error: Unable to resolve module `nullthrows`...
@rafeca, thanks for this metro-sample-app. I'm trying to use it with react-native-web, I am using the following ```metro.config.js``` ``` module.exports = { extraNodeModules: { 'react-native': 'node_modules/react-native-web' } }; ``` In...