Josip Jurenić

Results 9 comments of Josip Jurenić

Hi, @birdofpreyru . I've created a tutorial on how to use this library with Expo. It's not strictly Expo, as you'll need to make a development build, but I don't...

Hi @birdofpreyru, I managed to get the servers working on Expo, even though I use Expo eject and build through EAS, but everything works and I organized the folders. I...

@pavelstepanov-paf I use eas build because I already use some native packages in the application I'm working on, so I use eas build (development) and I didn't do anything new...

Hi @birdofpreyru I fixed it by creating a pre-install script for installing cmake I followed this: https://forums.expo.dev/t/eas-build-command-error-because-app-requires-cmake-to-build/69218

@birdofpreyru Hi, I managed to start a server on mobile data on iOS. Here is my code snippet: ``` const handleHotspotTurnOn = async () => { ... const PORT =...

@vitorpamplona Still not working on the iOS device. Getting "BLEAdvertiser. is not a function." Please help :)

@JoseOliveira-sensefinity @leodevbro It works for me but with an additional EAS setup and build https://docs.expo.dev/build/setup/ In my project, I've already had EAS setup so It worked, but I didn't try...

@yusufipsum Oh sorry, I've just realized that I started this thread but in the end I've used "react-native-ble-advertise": "^0.4.0", https://github.com/barakataboujreich/react-native-ble-advertise Usage example (somewhere in my RN code): ``` const startBeaconAdvertising...

I have created a simple Expo tutorial: https://github.com/jole141/expo-examples/tree/react-native-ble-advertise