Can't run web version of my app

I have a mobile app done with expo and I am trying to develop the web version for it, using expo start:web.

I am however getting the following error on build:

Module not found: Can't resolve '@react-native-community/checkbox

(the package is installed and works fine in the mobile app)

I followed the directions here to add “@react-native-community” to the webpack config but it doesn’t help.

Any idea how to solve this?

Hey @divone, what SDK version is your project running?

Cheers,
Adam

I am on SDK 39.

Anybody who ran into the issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.