Satyajit Sahoo

Results 421 comments of Satyajit Sahoo

> Is there any plan to support a pure C++ module template in the future I haven't managed to write a C++ library that works. The official docs only cover...

@Zach-Dean-Attractions-io thank you! i'll check it out

@Zach-Dean-Attractions-io I was able to setup a sample with the latest template based on your example https://github.com/satya164/react-native-pure-cpp-turbo-module-library However, before we can include it as a template, we would want to...

@Zach-Dean-Attractions-io thanks a lot for the investigation. I'll check it out. ideally it shouldn't need a `build.gradle` (https://github.com/react-native-community/cli/pull/2387) but i guess that's something to be fixed.

> > [@Zach-Dean-Attractions-io](https://github.com/Zach-Dean-Attractions-io) thanks a lot for the investigation. I'll check it out. ideally it shouldn't need a `build.gradle` ([react-native-community/cli#2387](https://github.com/react-native-community/cli/pull/2387)) but i guess that's something to be fixed. > >...

From my testing this code works on Node.js, Vite & Webpack. It's based on the recommendation from Node.js docs: https://nodejs.org/api/packages.html#approach-1-use-an-es-module-wrapper So if Metro is not working with it, then I...

@andyjxli according to metro docs, `exports` is used first https://metrobundler.dev/docs/package-exports#breaking-match-exports-first-then-fall-back-to-legacy-resolution > "exports" will be used instead of any existing "react-native", "browser", or "main" field So I don't think adding `react-native`...

Please share a repro. Though this looks like a bug in Next.js Related: https://github.com/vercel/next.js/issues/35110

Try making this change in your project https://github.com/callstack/react-native-builder-bob/commit/5217411632505b40b01b7dbee39c888eccb81639

https://github.com/software-mansion/react-native-screens/issues/2219