Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

@eflashcards thanks for the reproducer steps and the heads up with the pragmas. It might be that we forgot to add `#pragma once` in the codegen? 🤔

I managed to repro it locally! :D One think I noticed is that both `RNTCalculator.h` and `RNTCalculator.mm` both import the same file. * RNTCalculator.h ```diff +#import NS_ASSUME_NONNULL_BEGIN @interface RNTCalculator :...

Yes, `#pragma once` doesn't seem to work on iOS when using codegen. I do agree to everything @eflashcards mentioned: * I fixed the docs, [here](https://github.com/reactwg/react-native-new-architecture/pull/172), to make sure that there...

/rebase - _this comment automatically rebase the PR on top of main_

I'm soooo sorry! I was sure we already merged this PR in main. 🤦 I'll proceed importing and have it landed.

@skinnynpale Thanks for the issue. Can I ask if you can share the styles you are applying to the TextInputs? Because I'm trying to repro, but I can't. The way...

Yes, as said, we need a reliable repro to investigate the issue properly. Out of caution, I also tried using the `Enter` word as placeholder, but I can't repro it.

/rebase - _this command rebase the pr on top of main automatically_

Hi @okwasniewski, sorry for the delay. I was quite busy in the past couple of weeks dealing with other high priority tasks and I couldn't really spend some time on...

Hi @evelant thanks for the report. There are at least two things that concern me: 1. `pnpm` is not officially supported yet, we know that there are issues with that...