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
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/server-rendering.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This guide will cover how to server render your React Native app using React Nat
12
12
1. Rendering the correct layout depending on the request URL
13
13
2. Setting appropriate page metadata based on the focused screen
14
14
15
-
:::warning
15
+
:::warning
16
16
17
17
Server rendering support is currently limited. It's not possible to provide a seamless SSR experience due to a lack of APIs such as media queries. In addition, many third-party libraries often don't work well with server rendering.
0 commit comments