You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest native upgrades the textVariableAnchorOffset style prop should be available. But I'm seeing the following problems properly implementing it:
Android needs a special type with a mixed array type of (string | [number, number])[]
iOS can't use layer.textVariableAnchorOffset Had a problem with the SPM dependency
To not block the native upgrade, the style is currently not available through MLRN.
The text was updated successfully, but these errors were encountered:
With the latest native upgrades the
textVariableAnchorOffset
style prop should be available. But I'm seeing the following problems properly implementing it:(string | [number, number])[]
iOS can't useHad a problem with the SPM dependencylayer.textVariableAnchorOffset
To not block the native upgrade, the style is currently not available through MLRN.
The text was updated successfully, but these errors were encountered: