-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Why it is needed?
Play Store reports:
Libraries that do not support 16 KB:
- base/lib/arm64-v8a/libcronet.119.0.6045.31.so
- base/lib/x86_64/libcronet.119.0.6045.31.so
See https://developer.android.com/guide/practices/page-sizes
Possible implementation
Replace the browser component with a 16KB-compatible alternative
Code sample
// Check if we're on Android and potentially affected by 16KB restrictions
const shouldUseFallback = Platform.OS === 'android' && Platform.Version >= 34;Metadata
Metadata
Assignees
Labels
No labels