Alex Watson
Alex Watson
I took a stab at combining the LocalStorage and AsyncStorage codebases using React's built-in platform extensions (https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions). The example is [in my forked repo](https://github.com/suniahk/axios-jwt/tree/master/src). Realistically, all it does currently is...
Came here for a similar reason, from the exact same place as OP (Seriously, Panga and Raysfire have put a lot of work into that card of theirs). That being...
That's awesome. Haven't had a chance to look at this so great to see that someone was able to step up. Seems decently well designed, too.
It would probably be better to implement something in the UI to make it selectable, i.e. Basic Authentication vs Request Body. Increasing the size of the request with duplicated information,...
What does absolute positioning solve can't be done with flexbox or simply inline positioning like is already implemented? Maybe I'm missing a detail here, but for manual map editing you'd...
Some basic notes from trying to get the project up and running on my own (Windows) machine today. Requirements: - Vagrant - Your Hypervisor of choice (I already had virtualbox...