Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5301af1

Browse files
authoredApr 12, 2025··
Fix :::warning syntax in server-rendering docs
Removed extra space in :::warning syntax in docs/server-rendering.md to enable proper rendering as a highlighted markdown warning block.
1 parent 90bbf5c commit 5301af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎versioned_docs/version-7.x/server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide will cover how to server render your React Native app using React Nat
1212
1. Rendering the correct layout depending on the request URL
1313
2. Setting appropriate page metadata based on the focused screen
1414

15-
::: warning
15+
:::warning
1616

1717
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.
1818

0 commit comments

Comments
 (0)
Please sign in to comment.