React Native Imports not found
I'm having trouble importing from the generated API in a typescript react native project. Any ideas on what I should do to fix?
8 Replies
Make this a relative path, `"./convex/_generated/dataModel"
or maybe "../.convex/_generated/dataModel", whatever is appropriate for your file structure
ah did the trcik, thanks!
Also unrelated but I see this when i run npx convex dev in react native
Thanks, know what version of Node.js you're using?
we'll look through transitive dependencies to figure out where punycode is being used
v21.6.2
Did this get figured out, im also getting the warning. v21.2.0
Run
npm ls punycode
to see where it is in your dependency treemostly eslint
next is probably the one producing the warning