Josh Evenson
Josh Evenson
I'll try one of those two options, thanks for the reply. Is the goal to allow running unit tests with `usesClearTextTraffic` set to false?
@rosen-vladimirov Thanks for providing that script, that helps a lot. I understand that research will not be done to enable test execution with the usesClearTextTraffic set to true. Would it...
@sean-perkins @NickIliev so I'm not sure if its being copied into the bundle or not. The output from webpack doesn't individual TS files that are copied into the bundle. I...
Right now to get around this, I wrote a node script that copies the contents of the debug or release file into a file with the same file name, just...
I've found that I'm not able to use the CSS property for border-radius. I have to specify the border radius on the element. Works fine on iOS with border-radius in...
Yes, that's exactly what I'm doing now. I should be able to specify that in CSS though, which is why I mentioned it.