From 4d6154b843dc6561a83f57e78b5dfe994354bc45 Mon Sep 17 00:00:00 2001 From: Steve Dodier-Lazaro Date: Thu, 14 Aug 2025 09:18:11 +0200 Subject: [PATCH] docs: Deprecate in README and add migration link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90891f4..3f3ff0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # React Native Web addon for Storybook +> [!NOTE] +> This package has been deprecated. Its features are now natively supported in Storybook. See the [React Native Web documentation](https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite#in-a-project-with-storybook-addon-react-native-web) for more information and migration instructions. + This addon configures `@storybook/react` to display React Native (RN) projects using React Native for Web (RNW) - [React Native Web addon for Storybook](#react-native-web-addon-for-storybook)