Christian Falch
Christian Falch
### Description After we added the paragraph module from Skia we need to calculate the new sizes for the bundle on iOS/Android.
To make sure we free any underlying values due to the dreaded hermes GC issue where internally allocated memory is not calcualated when considering garbage collection we need to implement...
https://github.com/mrousavy/react-native-vision-camera/issues/1953
On iOS The current build system only builds for one architecture for iPhone (arm64) and one for iPhone Simulator (x86-64). This worked before the new Apple Silicon Macs arrived -...
# Why On Android/newArch we're having issues with background tasks not working correctly. Background tasks are used in `expo-background-fetch`, `expo-location` and `expo-notifications` and are all driven by the module `expo-task-manager`...
## Summary This commit adds support for building XCFrameworks from the prebuild-script - Added build script to help build xcframeworks - Added full header file structure - Added calling the...
## Summary: This commit adds building the swift package from the prebuild script: - Added swiftpackage.js for building the swift package - Added calling building from the main script -...