TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

Package Import causes compiler error `ENOENT: no such file or directory` #97

Closed jakecronin closed 1 year ago

jakecronin commented 1 year ago

This looks like an awesome package, but I am struggling to get it to work.

Describe the bug Adding import EmojiPicker from 'rn-emoji-keyboard'; in code metro error:

Error: ENOENT: no such file or directory

To Reproduce Steps to reproduce the behavior:

  1. npm i rn-emoji-keyboard
  2. add import EmojiPicker from 'rn-emoji-keyboard to a component
  3. Refresh metro and notice error.

About

mateki0 commented 1 year ago

Hey @jakecronin. Can you show me all of your installed packages? Did you try to clear pods and install them again?

jakex7 commented 1 year ago

I'm closing this issue due to the author's inactivity. If the problem is still valid, feel free to reopen this issue