PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
868 stars 171 forks source link

Not supported with ignite react Native boilerplate code #303

Open sankar9659 opened 2 years ago

sankar9659 commented 2 years ago

Hi I'm using ignite react native boiler plate code for my react native application, (https://github.com/infinitered/ignite) When I try to use the react-native-collapsible-tab-view package, I'm facing below issue

Error: While trying to resolve module `dequal` from file `rn_ignite\node_modules\use-deep-compare\dist-web\index.js`, the package `rn_ignite\node_modules\dequal\package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved `_rn_ignite\node_modules\dequal\dist\dequal.mjs`. Indeed, none of these files exist:

Please give the solution for this issue.

image