Missing NativeModule. React Native versions 0.60 and up perform auto-linking. Please see https://github.com/react-native-community/cli/blob/master/docs/autolinking.md.
this only happens to me on web but working fine on ios and android
It looks like the error is indicating that there is a missing NativeModule and to perform auto-linking as a resolution. And since you are using a React Native version higher than 0.60, this is required.
Have you had a chance to implement autolinking in your app as mentioned in this link?