Replies: 1 comment
-
If they are libraries in a monorepo and depend on each other, then tools like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
how do you handle typescript references with react-native projects? For example something similar to this:
project1/tsconfig.json:
project2/tsconfig.json:
Now if we'd run
bob
on project2, project1 wouldn't be bundled into the source files in the experiments I made. A problem I see is that we can't bundle all the sources together, because we need to preserve react-natives platform resolution file extensions like.android
,.ios
, ...Appreciate any ideas :)
Beta Was this translation helpful? Give feedback.
All reactions