Jack Hsu
Jack Hsu
Can you also paste the results of `nx report`?
@mattleong If you have a public repo that we can check that will help a lot in debugging this issue. Otherwise, I'll try to reproduce it, but it will take...
@Bulletninja @mattleong Can you try again with the latest version? I made two changes: 1. Perform a full install when needed (e.g. when you use Nx plugins in `nx.json`). 2....
@ceremonious You mean variables prefixed with `NX_`? We can look into this support out of the box to keep things consistent with the rest of Nx plugins. As a workaround,...
No at this moment, I'll get someone to investigate this.
Was this working with a normal React Native project? The Nx commands mostly just wrap around the normal React Native tools, with the exception that some paths are updated to...
One thing to note is that we already generate the xcode project with the correct entry-file, so no modifications should be needed. We're in the process of wiring up more...
Thanks for reporting, we'll take a look.
It looks like the location of where nx-ignore is installed is messing up the actual nx installation. You can try adding `nx-ignore` as a `devDependencies` for now.
Which version of Nx are you on? Can you run `nx report` and paste the info here?