-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Not supporting Expo SDK 52 #1249
Comments
I've added a PR: |
Is it solved? If yes then please guide me what i have to do at my end? |
Until the PR is merged, feel free to just update your package.json dep with this: |
Shouldn't |
As a workaround, you may update // package.json
{
// ...
"dependencies": {
"expo": "~52.0.10"
// ...
},
"overrides": {
"react-native-ble-plx": {
"expo": ">=51.0.14",
"@expo/config-plugins": ">=7.2.5"
}
// ...
}
} |
Prerequisites
Expected Behavior
Getting in so many libraries, But sending any one
@expo/[email protected]
node_modules/@expo/metro-config
@expo/metro-config@"^0.19.4" from the root project
@expo/metro-config@"~0.19.0" from @expo/[email protected]
node_modules/@expo/cli
@expo/cli@"0.21.5" from [email protected]
node_modules/expo
expo@"^52.0.7" from the root project
@expo/metro-config@"0.19.4" from [email protected]
node_modules/expo
expo@"^52.0.7" from the root project
@expo/[email protected]
node_modules/react-native-ble-plx/node_modules/@expo/metro-config
@expo/metro-config@"0.18.11" from @expo/[email protected]
node_modules/react-native-ble-plx/node_modules/@expo/cli
@expo/cli@"0.18.31" from [email protected]
node_modules/react-native-ble-plx/node_modules/expo
expo@"^51.0.14" from [email protected]
node_modules/react-native-ble-plx
react-native-ble-plx@"^3.2.1" from the root project
@expo/metro-config@"0.18.11" from [email protected]
node_modules/react-native-ble-plx/node_modules/expo
expo@"^51.0.14" from [email protected]
node_modules/react-native-ble-plx
react-native-ble-plx@"^3.2.1" from the root project
Current Behavior
BLE Library Working but getting warnings and all
Library version
3.2.1
Device
iPhone 15 Pro, Android 8.0
Environment info
Steps to reproduce
Formatted code sample or link to a repository
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: