Remove workaround for iOS text clipping (#11455)

This commit is contained in:
DS Boyce
2026-08-12 14:55:25 -07:00
committed by GitHub
parent f5f980e58e
commit aafcb2eeff
4 changed files with 1260 additions and 1564 deletions
@@ -6,9 +6,8 @@ import {atoms as a, ios, platform, useTheme} from '#/alf'
import {useAnalytics} from '#/analytics'
/**
* How far the inline badge is nudged below the text baseline to optically
* center it. The containing `RichText` must reserve matching room via
* `suffixOffset`, or native clips the overflow.
* How far the inline badge is nudged below the text baseline. Android's
* containing `RichText` reserves matching room via `suffixOffset`.
*/
export const POST_NUMBER_INLINE_OFFSET = 6