Is it possible to use RequirementsWizard method in React Native application?
I’m facing with this issue: https://github.com/Estimote/Android-Proximity-SDK/issues/43
Is it possible to use RequirementsWizard method in React Native application?
I’m facing with this issue: https://github.com/Estimote/Android-Proximity-SDK/issues/43
It’s not right now. It’s on the todo-list to add some kind of Bluetooth status check methods to the plugin:
I’ve seen a few other developers using this for now:
Thank you.
I recommend react-native-bluetooth-listener, this component help me a lot to prevent this issue.
Oh, that’s great to know, thanks for your recommendation!
Yes using react native bluetooth listener is too reliable in preventing this issue.