Hermann Claudiu-Andrei

Results 7 issues of Hermann Claudiu-Andrei

### Problem Description When you call a method, async or not, from a C++ native module which contains multiple invokes to the provided callback, the app crashes. A small example...

bug
Needs: Triage :mag:

I have [this](https://github.com/ClaudiuHBann/Cryssage_v2) project for which I used the command ". -dir . -excludePaths Cryssage\obj -createAssociation -AllInOne" And it generated good puml files for everything except the include.puml which looked...

### Which package are you using? @react-native-vector-icons/[email protected] ### What platform(s) does this occur on? Windows 11 ### What happened? I npm installed `@react-native-vector-icons/[email protected]` in a React Native Fabric project and...

bug
waiting

# Summary This PR truly fixes issue https://github.com/software-mansion/react-native-svg/issues/2693 😄 Those changes fix multiple bugs: - `extractedProps` were not forwarded to children of `RNSVGGroup` - colors coming from `AST` were already...

### Description I use the `SvgXml` and `SvgCss` components with the following SVG: ``` ``` And looks like this for both components: ![Image](https://github.com/user-attachments/assets/91deddc3-fe7f-4a96-890e-dcbfceec79de) Instead of: ![Image](https://github.com/user-attachments/assets/31362c06-cef4-4d5b-899f-4278751bfe36) ### Steps to reproduce...

Missing repro
Missing info

When I use pickDirectory and let's say I pick the directory XYZ it asks me if I allow the app to access the files in the folder XYZ which is...

In a default React Native new architecture Turbo Module I added this library and it doesn't build because: `Property 'RnwNewArch' was set to 'true'. Projects built against Microsoft.ReactNative.Uwp require RnwNewArch...