Collin Price

Results 4 comments of Collin Price

Moq has added [Moq.AutoMocker](https://github.com/moq/Moq.AutoMocker). The method names are different but its basically a drop in replacement and appears to be active.

I'm getting "Network request failed" when I attempt to load a svg using a data uri on android. This works on iOS. ``` ```

I narrowed it down to the fetch api not working as expected on Android. https://github.com/react-native-community/react-native-svg/blob/e66e87a5b5c090509d5e2127237963f83e60f1e9/src/xml.tsx#L113 Calling `fetch` with a data uri throws the exception `[TypeError: Network request failed]`.

You could accomplish this yourself. Add an event listener to watch for the android back button pressed. Here is a code sample that should accomplish this. There are two event...