findhumane
findhumane
Reproducible example: 1. `git clone https://github.com/findhumane/testmapstouch2` 2. `cd testmapstouch2` 3. `npm install` 4. `npx expo start --tunnel` 5. Scan the QR code in Expo Go 6. Tap on the "3"...
On iOS, after pressing a cluster and zooming, pressing a marker shows it and then quickly hides it
Reproducible example: 1. `git clone https://github.com/findhumane/testmapstouch` 2. `cd testmapstouch` 3. `npm install` 4. `npx expo start --tunnel` 5. Scan the QR code in Expo Go 6. Tap on the "3"...
[One common technique](https://stackoverflow.com/a/5675566/4135310) to define enumerations in Ruby that I like does not seem to be handled by YARD properly. ## Steps to reproduce This is the minimal reproduction for...
It's very common to want the first result to be virtually pressed when the input textbox is submitted. This adds a new boolean option `onSubmitEditingSelectFirst` to support this feature (default...
### Motivation Using a modal with a lot of content, the default Modal animations can sometimes be a bit flaky so I'd like an option to disable the animations. In...