From 54deb889c2b862096c3d6dcd217655022f6914a2 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Sat, 14 Dec 2024 18:26:42 +0100 Subject: [PATCH] docs: add note about configuration file --- docs/src/content/docs/v3/guides/expo-router.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/v3/guides/expo-router.mdx b/docs/src/content/docs/v3/guides/expo-router.mdx index c030b67a..aefbc08e 100644 --- a/docs/src/content/docs/v3/guides/expo-router.mdx +++ b/docs/src/content/docs/v3/guides/expo-router.mdx @@ -3,7 +3,7 @@ title: Expo Router description: Integrate Expo Router with Unistyles --- -import { Card } from '@astrojs/starlight/components' +import { Card, Aside } from '@astrojs/starlight/components' import Seo from '../../../../components/Seo.astro' +The `unistyles.ts` file is where Unistyles is configured. For more details, refer to the [configuration guide](/v3/start/configuration). + + With this setup, we will ensure that Unistyles is initialized before any other component. ### Static rendering