You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
I am using react native version - 0.69.6
after installing react-native-web and configuring webpack i am getting issues from nodemodules
eg:
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| import React from 'react';
import type react from 'react';
The above error also comes from nodemodules/library/image
import type resolveAssetResource from ./AssetResource
IT works fine with react-native version - 0.66.0
Expected behavior
Should not give this error
Steps to reproduce
insall react-native version - 0.69.6
and setup react-native-web
Test case
insall react-native version - 0.69.6 and setup react-native-web
Additional comments
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the issue
HI,
I am using react native version - 0.69.6
after installing react-native-web and configuring webpack i am getting issues from nodemodules
eg:
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| import React from 'react';
The above error also comes from nodemodules/library/image
IT works fine with react-native version - 0.66.0
Expected behavior
Should not give this error
Steps to reproduce
insall react-native version - 0.69.6
and setup react-native-web
Test case
insall react-native version - 0.69.6 and setup react-native-web
Additional comments
No response
The text was updated successfully, but these errors were encountered: