Rhenan Dias

Results 7 comments of Rhenan Dias

Apparently, there is a bug envolving dependencies when Jest is used with requireDir, check [this thread](https://github.com/aseemk/requireDir/issues/53#issuecomment-371952522), this comment in specific, recomends switching requireDir package for [require-directory package](https://github.com/troygoode/node-require-directory). The module require-directory...

Nice, I had not realized about #1263 yet, same thing @tobspr said it is planned, but low prio

@AreebGhani Can confirm, for me the `npm i version [email protected]` also solved the problem, I'm following this more up-to-date version than ^11. Thanks!

The issue seems to be with compatibility with Expo. I needed other modules that weren't compatible with Expo, so I created a project in bare React Native, and the latest...

Same here, always `node:internal/process/task_queues` Node 16.16.0, Caller at ^1.1.0, running in Typescripts files with ts-node-dev

Same here, with version `"expo": "~50.0.14".` I'm not trying to use Expo Go, even after prebuild the `npx expo run:android` fails to build. My `gradle.properties` has the property `newArchEnabled=true` and...