Can I use fallback files such as ‘*.expo.js’ when running `yarn web`?

Hello,
Long story short creating a fallback component for the Expo client doesn’t seem to work when it comes to the Web version, there is this pretty extensive post that describes the issue in detail.
You’ll even notice that the titles are exactly alike because this is the very issue I encountered. Sadly it was never answered, so I’m sort of bumping it.

Any help at this point is appreciated. Thank you.

Seems the answer was to use mycomponent.web.js instead of mycomponent.expo.js
Leaving this posterity then.