Nicholas Cunningham
Nicholas Cunningham
same issue as well. +1
Hey! Thanks for reporting this issue. I don't really understand the problem based on the information you provided. I tried the default react-native android app by running `npx create-nx-workspace --preset=react-native`,...
I just tested this, and it seems to be fixed with `react-native` being updated to `0.69`. Please test with the latest version of Nx and let us know.
Hey! Thanks for contributing can you rebase your branch with the latest master?
Can you rebase again please
@writam-roy Have you tried using the latest Nx and Nextjs? You could also remove `plugin:@nrwl/nx/react-typescript` which should resolve the conflicts.
can you share what you did @bgl3317 ?
nevermind
Closing due to no activity and should be working currently. As of Nx v16.3.0 we are now using the Next.js CLI for our `build` / `server` executor.
Thanks for reporting. As a workaround and probably the intended way moving forward is to use `@nx/node` So in your scenario it would be `@nx/node:app --framework=express`