David Cortés

Results 4 issues of David Cortés

I have created a new function to add people insights tracking, and refactored a bit the code to avoid repeating code inside all the functions.

### WHY are these changes introduced? Fixes #0000 [#33429](https://github.com/Shopify/mobile/issues/33429) [#33551](https://github.com/Shopify/mobile/issues/33551) ### WHAT is this pull request doing? Changes on ButtonGroup and PageActions ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces)...

Adds printReport, where you could pass a list of component names to get specific rendering data. ## Example usage Code: ```jsx useEffect(() => { printReport(['Button', 'AddTaskBar']); }, [tasks, activeTab]); ```...

### Introduction Variable fonts support in React Native is currently limited compared to native iOS/Android and web platforms. While React Native supports variable fonts, it lacks fine-grained control over font...