feat: add iOS Live Photo export native module

AVAssetWriter pipeline generating 3s MOV at 30fps with
Apple content identifier metadata and still-image-time.
HEIC generation with maker note pairing. PHAssetCreation
with photo + pairedVideo resources. CIFilter-based effects
for Ken Burns, Color Shift, Vignette, and Glitch.
This commit is contained in:
Mathis Pruvot
2026-05-28 11:50:28 +00:00
parent 9b90e6a4a1
commit 187d3391d0
4 changed files with 477 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"platforms": ["ios"],
"ios": {
"modules": ["LivePhotoModule"]
}
}