Fabrizio Bertoglio
Fabrizio Bertoglio
> For the Frame Processor runtime I need access to the jsi::Value/jsi::Function that the user passes to the view directly, instead of converting it to a callback within the TurboModules/Native...
I believe measure does not calculate correct height for `༼ つ ◕_◕ ༽つ`
https://github.com/facebook/react-native/blob/8a8f74b7b2355b78bcdc7d8a23bf5ef5f0b93926/packages/react-native/React/CxxBridge/RCTCxxBridge.mm#L986-L990
Some updates are from JS --> CPP --> Java using components APIs like [AndroidTextInputState.cpp](https://github.com/fabOnReact/react-native-notes/blob/b5786376f4efc590386860a574d29db90f3cddaf/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/AndroidTextInputState.cpp#L74-L92) https://github.com/facebook/react-native/blob/6780e00fcb515af04ff91fba7f28ff7152e3210f/ReactAndroid/src/main/java/com/facebook/react/uimanager/StateWrapper.java#L15-L20 As explained in the below comments, you can add comments and log the values passed...
In the case of Text component, we discussed this in https://discord.com/channels/1147256486762913884/1147308463546957894/1185783170726105229 When you add jsx in React `Hello World` In the old architecture (Paper): The renderer function createTextInstance uses UIManager...
https://github.com/facebook/react-native/pull/42701#issuecomment-1918732459 https://github.com/facebook/react-native/pull/42701#issuecomment-1935605209 I'm just sharing my knowledge with you, hopefully we both learn something from each other. Thanks.
Do you still experience this issue? I have four years of experience maintaining facebook/react-native and I specialize in the Text and TextInput components. I currently have 58 [facebook/react-native PRs](https://github.com/facebook/react-native/pulls?q=is%3Apr+author%3Afabriziobertoglio1987+). If...
I would like to support it. I'll work on it on my free time. Thanks for the support.
@ramontayag @mbulat based on my previous experience with `SAP Finance` I believe you should have different GEMS which can be installed together to add functionalities and new Models. `Plutus` is...
This issue was mention several time in the conversation 2022: How can we improve React Native? - Text wrapping around images. https://stackoverflow.com/questions/69216957/wrapping-multiple-lines-of-text-around-inline-image ([comment](https://github.com/react-native-community/discussions-and-proposals/discussions/528?sort=old#discussioncomment-3890964)) - Measure function (positions) of nested Text...