question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot use BigList, import error.

See original GitHub issue

None of these files exist:
  * node_modules/react-native-big-list/lib/BigList(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
  * node_modules/react-native-big-list/lib/BigList/index(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
> 1 | import BigList from "./BigList";
    |                      ^
  2 |
  3 | export default BigList;
  4 |
    at ModuleResolver.resolveDependency (/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:211:15)
    at DependencyGraph.resolveDependency (/node_modules/metro/src/node-haste/DependencyGraph.js:413:43)
    at Object.resolve (/node_modules/metro/src/lib/transformHelpers.js:317:42)
    at resolve (/node_modules/metro/src/DeltaBundler/traverseDependencies.js:629:33)
    at /node_modules/metro/src/DeltaBundler/traverseDependencies.js:645:26
    at Array.reduce (<anonymous>)
    at resolveDependencies (/node_modules/metro/src/DeltaBundler/traverseDependencies.js:644:33)
    at /node_modules/metro/src/DeltaBundler/traverseDependencies.js:329:33
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/node_modules/metro/src/DeltaBundler/traverseDependencies.js:137:24)```

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ydv0121commented, Jun 10, 2021

@marcocesarato yes its working on 1.2.3 release. Thank you

0reactions
dougg0kcommented, Jun 10, 2021

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

What can I do about "ImportError: Cannot import name X" or ...
This is a circular dependency. we can solve this problem by using import module or class or function where we needed. if we...
Read more >
rollup.js
Imported values cannot be reassigned, though imported objects and arrays can be mutated (and the exporting module, and any other importers, will be...
Read more >
Solved: List import error : Top level of item - Anaplan Community
Solved: Hi, I want to import List from module. I have this type of List(△test) , has top level of item. I want...
Read more >
Building for Production - Vite
In this case, you can use the globally injected import.meta.env.BASE_URL variable which will be the public base path. Note this variable is statically ......
Read more >
How to fix Import arcpy ImportError: cannot import name ...
Since we renamed the Continuum folder we should update any paths that use it. Go to your System Properties; Click the Advanced tab....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found