Hermann Claudiu-Andrei
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...
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...
# 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:  Instead of:  ### Steps to reproduce...
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...