From 28b5cccb40af9eeb0cc9b3bfdc50c3c086143cbc Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Wed, 15 May 2024 01:31:46 -0400 Subject: [PATCH] Incorrect expo plugin (#1165) The example code still references the unofficial expo plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16ec9e0..ae9995be 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The plugin provides props for extra customization. Every time you change the pro "expo": { "plugins": [ [ - "@config-plugins/react-native-ble-plx", + "react-native-ble-plx", { "isBackgroundEnabled": true, "modes": ["peripheral", "central"],