react-native-ble-plx
react-native-ble-plx copied to clipboard
Expo Config Plugins Dependency for non-Expo apps
Prerequisites
- [X] I checked the documentation and FAQ without finding a solution
- [X] I checked to make sure that this issue has not already been filed
- [X] I'm sure that question is related to the library itself and not Bluetooth Low Energy or Classic in general. If that so, please post your question on StackOverflow.
- [X] I'm running the latest version
Question
With expo support added in v3.1.0, @expo/config-plugins
has been added as a required dependency. My project does not use expo and therefore I do not need this, but because it is a dependency of the package, it now gets pulled in.
Is it possible to utilize v3.1.0+ without requiring @expo/config-plugins
?