bearkillerPT
bearkillerPT
> What did you try? > > I think you should: > > 1. Listen to click event > 2. Calculate at what segment of the arrow is clicked >...
I'm not sure it's related but I was successfully using Expo SDK 49 and, without changing any dependencies, now I can't get logs. Now here's the funny part: - ```yarn...
I'm also facing this issue. I need the AP created by the ESP32 to be visible to phones to use the app that configures the wifi.
I have the exact same issue... Testing on Expo Go works fine but not on a local build. This happens when upgrading to Expo sdk 49. Not sure what's up...
@GaWr26 I assume the answer I got should also help you!
> You can try my fork, it worked on Android/IOS with tls certificates Try to use that fork of React native MQTT https://github.com/FrozenPyrozen/rn-native-mqtt it worked with TLS connection on Android...
@Harshkhosla I've tried adding the permissions and the issue persists. I used to be able to connect to my local network broker in Expo SDK 48 but not in Expo...
It seems there was a bug that allowed for the deletion of a time slot if it was in between different days. I started testing it now since I'm going...
> @bearkillerPT can you create runnable example in expo like the one i have here [expo](https://snack.expo.dev/@dgreasi/react-native-time-slot-picker) I've modified the example app inside it. I tested with that. I'll try refactoring...