From eb7e32f3478317d84e812dbf165183d97f670262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateo=20Guzm=C3=A1n?= Date: Sun, 24 Mar 2024 19:21:42 +0100 Subject: [PATCH] docs(installation): react-native physical device hint --- docs/getting-started/installation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 0fefd0f737..d7bf414284 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -211,3 +211,7 @@ export default function App() { ) } ``` + + + 🚨 If you encounter issues when developing for React Native, try using a physical device as not everything works with the iOS and Android simulators. +