tunoltd / emoji-mart-native

One component to pick them all 👊🏼
https://tunoltd.github.io/emoji-mart-native
BSD 3-Clause "New" or "Revised" License
86 stars 31 forks source link

Port local storage to React Native #22

Open johnsenpeder opened 6 years ago

johnsenpeder commented 6 years ago

Might not be as simple as it sounds, using React Native's AsyncStorage won't work the way store is currently written and used :thinking:

Do "frequently store" init() and "skin store" init() on mount before full render if not already init? This way store.get can be asynchronous too (both stores are already cached so will work onwards)