Camille Maurel

Results 6 comments of Camille Maurel

Experiencing the same error on my device (Google Pixel 6a) as well. I've also raised an issue on react-native-tethering addressing this identical problem. You can find it here: [react-native-tethering Issue...

It seems that Android cached previously founded devices and send this in the question request. Cited devices will not answer this question request because the app already know them. But...

I don't really know why, but adding DNSSD like this `zeroconf.scan(undefined, undefined, undefined, 'DNSSD')` works every time on android

I have the same issue when I'm using 2 user on the same Mac, for some reason, I had to use `sudo chown -R $(whoami) /opt/homebrew /opt/homebrew/share/info /opt/homebrew/share/locale /opt/homebrew/share/man/man8 /opt/homebrew/share/zsh...

Adding a `flex: 1` with my 'width' parameters to the style of the TextInput seems to correct the issues in my case.