Secure Files and preview PDF inline (#8844)

This commit is contained in:
Elias Nahum
2025-06-19 15:30:56 +08:00
committed by GitHub
parent b365cb34d6
commit b91e42615f
137 changed files with 9520 additions and 582 deletions

View File

@@ -214,11 +214,11 @@ dependencies {
androidTestImplementation 'com.wix:detox:20.26.2'
// For animated GIF support
implementation 'com.facebook.fresco:animated-gif:3.6.0'
implementation 'com.facebook.fresco:animated-gif:3.6.0'
// For WebP support, including animated WebP
implementation 'com.facebook.fresco:animated-webp:3.6.0'
implementation 'com.facebook.fresco:webpsupport:3.6.0'
// For WebP support, including animated WebP
implementation 'com.facebook.fresco:animated-webp:3.6.0'
implementation 'com.facebook.fresco:webpsupport:3.6.0'
implementation project(':reactnativenotifications')
implementation project(':watermelondb-jsi')