"./node_modules/@react-native-google-signin/google-signin/lib/module/RNGoogleSiginButton.js:3:36 "export 'requireNativeComponent' was not found in 'react-native-web/dist/index'
1 | import { requireNativeComponent } from 'react-native';
2 |3 | export const RNGoogleSigninButton = requireNativeComponent('RNGoogleSigninButton');
I'm starting with react native and firebase and I'm trying to do a google auth method. Everything looks right, but it keeps giving me this specific error. I tried looking similar questions because this error is commmon, but in my case, with RNgooglesigninbutton, i don't know how to solve since I have all libraries installed correctly.