Expo Web: Module not found "Can't resolve ../Utilities/Platform"

Thank you @andy.clapham !

This is great improvment, I had to add many alias :slight_smile:

config.resolve.alias["../../Utilities/Platform"] = "react-native-web/dist/exports/Platform";
config.resolve.alias["../Utilities/Platform"] = "react-native-web/dist/exports/Platform"; config.resolve.alias["./Platform"] = "react-native-web/dist/exports/Platform";
config.resolve.alias["./PlatformColorValueTypes"] = "react-native-web/dist/exports/StyleSheet";
config.resolve.alias["./RCTAlertManager"] = "react-native-web/dist/exports/Alert";
config.resolve.alias["./RCTNetworking"] = "react-native-web/dist/exports/Network";

but the last one doesn’t exist in react-native-web :Module not found: Can’t resolve ‘./RCTNetworking’ in ‘/xxxx/node_modules/react-native/Libraries/Network’

I’m not using reactotron … maybe this will give a solution ?
Asked to reopen this issue : Field 'browser' doesn't contain a valid alias configuration · Issue #2095 · necolas/react-native-web · GitHub

(Platform topic is solved → to be continued here for RCTNetworking topic : Expo Web: Module not found "Can't resolve ../Utilities/Platform")