Gabriele Guidotti
Gabriele Guidotti
## Detailed description > Describe in detail the issue you're having. When using the Tooltip component, if I use a function as the "content" prop (eg. renderSomething()} />) I get...
This PR fixes an incorrect type for the connected `event` in `OTSubscriberEventHandlers`. Given the following code: ``` const subscriberEventHandlers: OTSubscriberEventHandlers = useMemo( () => ({ connected: (event) => { console.log('connected',...
## Issue I've recently updated my project to React Native 0.81.4. I've read about the Android 15 edge-to-edge enforcement, and I noticed that the MessageInput was getting covered by the...
Hi! I'd like to know if there's a timeline or something about the new architecture support. I'm upgrading a React Native app to 0.81, and I'm having issues with the...