Tyler Caceres

Results 13 comments of Tyler Caceres

Have you found an answer for this? I am wondering the same thing as well.

> @mhluska I've gotten around this by doing the following inside of my index.html file. > > ``` > > ``` > > Seems to only work when the tag...

> @alanhoff this doesn't solve the issue where the post itself is an external type > > I am facing a similar issue in trying to implement a wishlist service...

> Managed to get it working by doing the following, an example would be nice though > > ``` > import React from "react"; > import { setOptions, withLiveEdit ,...

> @connected-tcaceres Haven't tried, but it should be possible to [use without Jest](https://testing-library.com/docs/react-testing-library/setup#using-without-jest). I'll look into extending the functionality, I don't have a good answer yet :-) I created a...

Hello, is this possible by any chance?

> Can you try connecting to port 8080 for WebSocket connection @connected-tcaceres It works using chrome extension "MQTT Box" but I have not gotten it to work on the browser...

tl;dr https://github.com/react-native-netinfo/react-native-netinfo --> gives ability to see isConnected and isInternetReachable this library only provides one value in redux store / hook which is `isConnected` which looks at internet access. This...

Using RN 0.73.6 I'm running into this issue as well.