Christoph Pader
Christoph Pader
> @chrispader @shubham1206agra noted he can see a diff in a podfile in the hybridApp, can you make sure to update it there correctly too? thanks! @shubham1206agra thanks for the...
I'm going to look into this either tmrw or the day after!
I started working on a proposal for this, but first i'd like get some opinions about how we go forward with writing native modules / TurboModules. Posted a thread here:...
@kirillzyusko is going to take this over, because i'm gonna be OOO for the next few weeks. I did some initial research and shared my findings with @kirillzyusko. Also there...
> **Updates:** > > * I think I have a working solution for `JSON_PATCH` + separate `JSON_REPLACE` operations approach, will do a cleanup, more testing and finally the benchmarks. Cool!...
> This is generated code by Android/Gradle. That should not be part of the npm package - I think. This should be built by the library consumer. > > Do...
> Can't we use the headers from their original source (`node_modules/react-native-nitro-modules/cpp/**` and `........./android/**`)? As described above, the `prefab.headers` config in `build.gradle` only supports a single directory, not multiple.
> Also - which issue does this exactly fix? This one: (only on a clean install before the app was built) You won't see this in the Nitro example, because...
@mrousavy updated the scripts
> can we not just make the prepareHeaders task dependent on a gradle sync? instead of a build @mrousavy Unfortunately you cannot attach any task/script during or before Gradle Sync...