Gustash

Results 6 issues of Gustash

With React Native 0.68 introducing an optional toggle for the New Architecture, I think it would be helpful to mention in the website if a library supports it. As libraries...

We could possibly look into adding direct share targets for [Android](https://developer.android.com/training/sharing/receive#sharing-shortcuts-api) and [iOS](https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Action.html).

enhancement
feature

## Motivation We're using this component as a Tab Bar for React Navigation. We wanted to make use of the `position` animated value that React Navigation provides, but you can't...

This PR is based on the conversation in #31. Since no new PR was added, and that PR was not updated, this one finishes the implementation started in that PR....

If one of the badge values was `0`, it would cause a crash because it would try to render the `0` outside of a `Text` component. The code also didn't...

## Issue I've been trying to disable animations for rofi, specifically. I'm using `rofi-lbonn-wayland-git`, which renders rofi in Layer 3: ``` $ hyprctl layers Monitor DP-1: Layer level 0: Layer...

enhancement