-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module #9
Comments
@rgbedin Is this only a typescript issue or are you not able to use FlatList at all from this package? |
@vishalnarkhede It seems to be a Typescript issue; however it should be able to find the types. Are there any project-specific configurations ( |
@rgbedin checking.. |
@rgbedin fixed in v0.0.6 |
Thanks! |
Let me take a look and get back :) |
@vishalnarkhede any updates on this? |
@jbernhardt23 Unfortunately I am not able to reproduce this. Can you check if you can see this file? |
@vishalnarkhede It is there. I also see that the following in the |
@vishalnarkhede Would it have something to do with the fact that my project is not using |
Hey @vishalnarkhede have you been able to look at this? Thanks |
I'm running into a similar issue, but only in jest unit tests.
|
@roryabraham right, it works fine runtime but the unit tests |
Hi I am getting similar issue in expo web browser |
Hi guys, I am also facing issue in unit tests can you please provide some solution . Many thanks in advance. (Its working perfectly runtime)
|
Hey @rgbedin , Are you able to get any solution for it, I have tried various configuration by adding paths in jest config but nothing works. |
@Surinder1922 & @roryabraham do you have javascript only project? I have JS non TS project and facing the same issue with jest. I have a feeling it has something to do with missing
EDIT:
|
@Maxim-Filimonov you suggestion worked to resolve my import issues when running jest. I did not run into the new error you mentioned so that may be caused by another issue unrelated to the import itself. |
Any idea on how to solve this with expo web? |
i'm still facing this issues, any ideas? |
I am sorry if that seems like a silly thing to ask, but I have tried all sorts of things to make the import work with no success:
I inspected the
node_modules/@stream-io/flat-list-mvcp
and all the files are there. I realized they are using aindex.ios.tsx
andindex.android.tsx
. Do I need any special configurations in my RN project to make it able to read those? I am currently usingreact-native: 0.63.3
. Thank you!The text was updated successfully, but these errors were encountered: