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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@marcocesarato yes its working on
1.2.3
release. Thank youThanks!