From 214850420dd679695670e2b240d669bef4494b76 Mon Sep 17 00:00:00 2001 From: Kheva Mann Date: Fri, 16 Dec 2022 20:45:38 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ced982..b4cd11a 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ export default function App() { ## Support for Next.js :sparkles:Available in 2.2.0:sparkles: + NextJS provides server-side-rendering (SSR) for react-native-web projects. This library supports that by delaying rendering until it has reached the client, this is a similar approach used by many other packages, as there is no way to know the device size in the server, so responsive styles are meaningless. In order to support SSR you must add this