Nathan Sarang-Walters
Nathan Sarang-Walters
@tleunen @fatfisz can I do anything to help push this along? Just started using this excellent package, but this bug is causing pretty serious issues for us.
Rahat, do you have any opposition to me trying to integrate your code directly into this library?
@rahatarmanahmed @makovkastar I foked the FAB library and I've started work here: https://github.com/nwalters512/FloatingActionButton. The best way I could think to do this is by adding a FAB and circular progress...
@guerrerocarlos are you still planning on seeing this through? If not, I'd still like to see this implemented and will work on this on my own fork. @gr2m I see...
Wanted to add a +1 to this. We use a lot of such comments, and we started seeing Stylelint report issues in really weird places. For instance, a block of...
I started encountering this after the changes from https://github.com/aws/aws-sdk-js-v3/pull/3779 were pulled into my project. I can work around this by adding either `"lib": ["DOM"]` or `"skipLibCheck": true` to my `tsconfig.json`,...
Other folks in this discussion have mentioned TypeScript as the culprit, but these are actually Flow types. It seems like `react-native` is now shipping untranspiled Flow code for some reason....
See #1094 for an idea of how to name devices, which would solve your first problem. As for the second, what are the qualifications for a failed delivery? Is that...
@stac21 awesome! If you get your branch up to date with `master`, you should see a `CODEOWNERS` file in the root of the repo. Follow the existing patterns there to...