From fba969c6c2bde7ca68b458b4435ec434dac1237f Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Tue, 19 Jul 2022 08:45:57 -0300 Subject: [PATCH] docs: add note about line height on RN --- apps/website/docs/tailwind/typography/line-height.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/website/docs/tailwind/typography/line-height.md b/apps/website/docs/tailwind/typography/line-height.md index db3564a..bdb048c 100644 --- a/apps/website/docs/tailwind/typography/line-height.md +++ b/apps/website/docs/tailwind/typography/line-height.md @@ -28,6 +28,8 @@ const App = () => { ## Compatibility +React Native does not support the relative line height utilities due to lack of support for `em` units. +