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
Unable to resolve module path from /home/shreya/react-native/imagePro/node_modules/get-pixels/dom-pixels.js: Module path does not exist in the Haste module map
The text was updated successfully, but these errors were encountered:
The problem seems to be that the project depends on packages which are available by default in node.js, but not in React Native. You can fix these dependency issues with yarn add path stream.
In any case, for React Native, you probably don't want want the dom-pixels.js implementation of getPixels (which requires rendering to an HTML element). Unfortunately, the node-pixels.js version of getPixels requires a module called fs, which is no longer supported.
Unable to resolve module
path
from/home/shreya/react-native/imagePro/node_modules/get-pixels/dom-pixels.js
: Modulepath
does not exist in the Haste module mapThe text was updated successfully, but these errors were encountered: