react-native-community / directory

A searchable and filterable directory of React Native libraries.

Home Page:https://reactnative.directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group libraries by type

mtroskot opened this issue · comments

Feature request

Currently we can only search libraries by name. If you search "sound", you get react-native-sound but you don't get react-native-track-player or @react-native-community/audio-toolkit . It would be easier to find libraries by type e.g. Storage, Audio, Video, UI, Navigation etc.

Hi @mtroskot,

On the directory website we have been using not only the package name, but also the description and topics from the library package.json file:

As you can see in the react-native-track-player case, the package.json doesn't include keyword sound in description or topics:

We do not have any control over the each library metadata, this is on the author side, also all of the packages listed in the directory are open source so you can always try to help the author and improve discoverability.

In your case the better keyword to use will be audio which seems to be more broad and included in several packages.