From 92ee2c6785ff7b9dc728a6a3fc0405cdd995b2d4 Mon Sep 17 00:00:00 2001 From: wael Date: Sat, 14 Dec 2024 00:44:13 +0400 Subject: [PATCH] docs: removed the instruction to add @notifee/react-native to the list of expo plugins As @notifee/react-native expo plugin is removed --- docs-react-native/react-native/docs/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs-react-native/react-native/docs/installation.md b/docs-react-native/react-native/docs/installation.md index d1234188..4b12769c 100644 --- a/docs-react-native/react-native/docs/installation.md +++ b/docs-react-native/react-native/docs/installation.md @@ -66,7 +66,6 @@ If, however, you're currently compiling your app for SDK version lower than 33, `npx expo install expo-build-properties` -Then, add `@notifee/react-native` to the list of plugins in your app's Expo config (`app.json` or `app.config.js`): ```js { "name": "my app",