From 50a9804f8db0e91f8ffba8f349ff92cd1f9f69f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ovidiu=20Chereche=C8=99?= Date: Sat, 2 Dec 2023 15:01:44 +0200 Subject: [PATCH] Fix React Native for Web link --- docs/pages/docs/getting-started/react-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/getting-started/react-native.mdx b/docs/pages/docs/getting-started/react-native.mdx index 2a43767990..eeb4ddac81 100644 --- a/docs/pages/docs/getting-started/react-native.mdx +++ b/docs/pages/docs/getting-started/react-native.mdx @@ -155,5 +155,5 @@ You can configure the Cosmos Native renderer to auto load a fixture on init. You can get Cosmos to [mirror your fixtures on both DOM and Native renderers](https://twitter.com/ReactCosmos/status/1156147491026472964) using the following steps: 1. Set up Cosmos for Native using the steps above. -2. Set up the react-cosmos-webpack-plugin as described [here](README.md#getting-started). +2. Set up `react-cosmos-plugin-webpack` as described [here](./webpack.md). 3. Start Cosmos with the `cosmos --expose-imports` command.