Satyajit Sahoo
Satyajit Sahoo
Re: test plan, test these scenarios: - Add `type: 'module'` to `package.json` and use `require` in `react-native.config.js` - should fail unless using `createRequire` helper (`import { createRequire } from 'node:module';...
> everything needs be async just because of ESM Because it's loading ES module dynamically, which needs to be async.
Thanks for the PR. Can you provide more details on the exact issue you faced and share a repo that reproduces the issue? Our config should already prevent importing multiple...
Hey @jkrmarmol, I tested your repro but don't get this error.  Can you share info about your environment? - Node version - Platform you're...
Please provide a minimal repro for the issue that I can run and check.
That's not really a minimal repro. I don't have bandwidth to go through so much code and third party libs to find the root cause.
A minimal repro should be the absolute minimum code required to repro the issue. There are still a lot of unrelated code and third party libraries in your repo. It...
I can't repro this. What command are you running?
You are getting the error because you're on an old version of Node.js. See the `.nvmrc` in your generated project for the Node.js version supported by the project. Alternatively, you...
@janicduplessis fyi the provider works as a wrapper view in native stack on web. changing it to a fragment will most likely break things. it can also break things for...