psquizzle

Results 9 comments of psquizzle

Same ❌ (ios/Pods/Headers/Public/React-Fabric/react/renderer/components/view/YogaStylableProps.h:10:10) 8 | #pragma once 9 | > 10 | #include | ^ 'yoga/style/Style.h' file not found 11 | 12 | #include 13 | #include [RUN_FASTLANE] › Compiling...

This is fixed in [https://github.com/wonday/react-native-pdf/pull/803](https://github.com/wonday/react-native-pdf/pull/803) or alternatively add "${PODS_ROOT}/Headers/Private/Yoga" in the podspec file.

So this appears to be still an issue. encodeURIComponent() escapes all characters except: A–Z a–z 0–9 - _ . ! ~ * ' ( ) from MDN. So in my...

Tested with the latest "expo-document-picker": "~11.2.2", the issue still persists.

Also hit the same issue passing string[] as a parameter to a function in Swift. This is odd that it works in development builds, though.

I would wait for the Swift compiler team myself, at least if I place it within this StringHolder object it is explicit and I know why I am accessing it...

It may be worth looking at. [react-native-nitro-modules](https://nitro.margelo.com). Seems quite simple to use swift and kotlin.

As of: "react-native-svg": "15.8.0" -> This issue persists The prior solutions of downgrading to "react-native-svg": "12.1.0" -> no longer compiles due to: [RUN_GRADLEW] > Task :react-native-svg:compileDebugJavaWithJavac FAILED [RUN_GRADLEW] /private/var/folders/rl/9tgdr27n0nj7lm5mt4t58tr80000gn/T/eas-build-local-nodejs/dd627ca3-4660-4704-bd18-7a6374c3eace/build/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/VirtualView.java:108: error:...