Skip to content

Looking for maintainers! 🧑‍💻 #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
arronhunt opened this issue Jun 6, 2020 · 1 comment
Open

Looking for maintainers! 🧑‍💻 #42

arronhunt opened this issue Jun 6, 2020 · 1 comment
Assignees

Comments

@arronhunt
Copy link
Owner

Hey community, thank you for all the support you have given for this library! This is a call for support. RN development isn’t something I do often and it can be hard for me to test and validate PRs in and publish releases, especially when I no longer keep up with RN releases. That being said, I’m looking for a maintainer to help keep this library up to date for the RN community.

If you are interested in becoming a maintainer for this project, please send an email to arronjhunt AT gmail DOT com

@arronhunt arronhunt self-assigned this Jun 6, 2020
@arronhunt arronhunt pinned this issue Dec 30, 2021
@woodybury
Copy link

woodybury commented Apr 14, 2022

@arronhunt I've got a new pkg going https://www.npmjs.com/package/rn-emoji-picker that follows some of your original ui design pattern (top tab bar, large emoji rows) but with major deviations:

  • it's storage agnostic - user chooses what storage library to use for recents (allowing people to adopt the new JSI synchronous storage solutions)

  • it does not include the emoji data source in the bundle by default. It's there if you want to import it, but recommend using and asset loader or over network and saving to async storage to keep app bundles and execution to a minimum.

  • collected all the data I could find on emoji keywords into the dataset so that search results are very forgiving and native feeling

  • latest react functional components, hooks and best practices for rendering performance

  • uses section list to display recents and "all" on one tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants