You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the library, super easy to use thus far. It would be nice if the library allowed setting the Tabbar emoji list with a custom list, this is super helpful when people have custom data they want to use.
exportconstcategories=[{key: RECENT,emoji: '🕛',name: 'Recently used'},{key: 'emotion',emoji: '🤪',name: 'Smileys & Emotion'},{key: 'people',emoji: '💁♀',name: 'People & Body'}]asconst<EmojiPickeremojis={emojis}// emojis data source see data/emojisrecent={recent}// store of recently used emojisautoFocus={true}// autofocus search inputloading={false}// spinner for if your emoji data or recent store is asyncdarkMode={true}// to be or not to be, that is the questionperLine={7}// # of emoji's per lineonSelect={console.log}// callback when user selects emoji - returns emoji objonChangeRecent={setRecent}// callback to update recent storage - arr of emoji objstabbarCategories={categories}/>
What do you think? Any concerns?
The text was updated successfully, but these errors were encountered:
Love the library, super easy to use thus far. It would be nice if the library allowed setting the Tabbar emoji list with a custom list, this is super helpful when people have custom data they want to use.
What do you think? Any concerns?
The text was updated successfully, but these errors were encountered: