Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
111 stars 48 forks source link

Error using Expo SDK in React Native project #23

Closed AndreaZanuccoli closed 6 years ago

AndreaZanuccoli commented 6 years ago

Hi, in my React Native project your sdk works great, but when i install Expo sdk (https://expo.io/) inside the project and launch it on my devices it appear this error on iOS: img_9302

And undefined is not a object (evaluating 'KontaktModule.disconnet) on Android. Have you got any solution to avoid this problem?

rgstephens commented 6 years ago

Expo doesn't support Bluetooth yet. You'll find some references to this in the expo issues list.

AndreaZanuccoli commented 6 years ago

Thank you for the information, i was not aware of it