Tom Belton
Tom Belton
Thanks for the reply @mihaiblaga89, I think this would be a huge enhancement to Renative.
Ok solved the latter issue by running the `cra:build` script first.
Hi @mmazzarolo, ok , I'll open a PR to fix..
I have just discovered this bug whilst using a Pixel 2 XL, Android 11, react-native-community/netinfo v6.0.0 and Nord VPN. ``` {"details": {"isConnectionExpensive": true}, "isConnected": true, "isInternetReachable": true, "isWifiEnabled": false, "type":...
> you should download [Network link conditioner](https://developer.apple.com/download/more/?q=Additional%20Tools) from additional tools for Xcode. [Here](https://nshipster.com/network-link-conditioner/) you can find a guide Hi @ifero , seems like this is no longer available. Do you...
Yes - for me I only get a connection type of `vpn`when connected to a vpn and there is not internet connection. Other than that I get cellular or wifi
same issue on RN 0.62.2
> As a quick guess, this could be related to RN's Bug on Android concerning nested horizontal ScrollViews. > As a workaround, try to use the ScrollView Component of `react-native-gesture-handler`....
I also have this problem which is very annoying: ```javascript const onSortStart = (): void => { console.log('%c sort started!', 'color: green;'); setIsReorderingColumns((prevState) => !prevState); }; ``` > Uncaught TypeError:...
Hi @nickstenning I wonder if you have seen this? Is there a solution? https://discord.com/channels/775512803439280149/1157963178043518996 I am on an M1 mac, cannot get any models I push to start and have...