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
Error: Unable to resolve module react-native-popover-view from ...\MyStudents.js: react-native-popover-view could not be found within the project or in these directories
#175
Open
ywanhzy opened this issue
May 15, 2024
· 1 comment
Describe the bug
What is it that you are seeing? Please be detailed in your description so that I can help fix your issue as quickly as possible.
at ModuleResolver.resolveDependency ( \node_modules\metro\src\node-haste\DependencyGraph\ModuleResolution.js:129:15)
at DependencyGraph.resolveDependency (\node_modules\metro\src\node-haste\DependencyGraph.js:288:43)
at Object.resolve ( \node_modules\metro\src\lib\transformHelpers.js:129:24)
at resolve ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:396:33)
at \node_modules\metro\src\DeltaBundler\traverseDependencies.js:412:26
at Array.reduce ()
at resolveDependencies ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:411:33)
at processModule ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:140:31)
at async traverseDependenciesForSingleFile ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:131:3)
at async traverseDependencies ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:60:7)
react-native-popover-view version: [e.g. 1.0.7]
5.1.8 Screenshots
If there is a visual issue, add screenshots or a video so that I can see what is going on.
Debug Output
Pass the debug={true} prop into the Popover, and then paste the contents of the log here.
The text was updated successfully, but these errors were encountered:
Describe the bug
What is it that you are seeing? Please be detailed in your description so that I can help fix your issue as quickly as possible.
at ModuleResolver.resolveDependency ( \node_modules\metro\src\node-haste\DependencyGraph\ModuleResolution.js:129:15)
at DependencyGraph.resolveDependency (\node_modules\metro\src\node-haste\DependencyGraph.js:288:43)
at Object.resolve ( \node_modules\metro\src\lib\transformHelpers.js:129:24)
at resolve ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:396:33)
at \node_modules\metro\src\DeltaBundler\traverseDependencies.js:412:26
at Array.reduce ()
at resolveDependencies ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:411:33)
at processModule ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:140:31)
at async traverseDependenciesForSingleFile ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:131:3)
at async traverseDependencies ( \node_modules\metro\src\DeltaBundler\traverseDependencies.js:60:7)
Device/Setup Info:
react-native
version: [e.g. 0.57.1]react: 17.0.2 => 17.0.2
react-native: 0.65.1 => 0.65.1
react-native-popover-view
version: [e.g. 1.0.7]5.1.8
Screenshots
If there is a visual issue, add screenshots or a video so that I can see what is going on.
Debug Output
Pass the
debug={true}
prop into the Popover, and then paste the contents of the log here.The text was updated successfully, but these errors were encountered: