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