Closed sibelius closed 4 years ago
@sibelius nice catch 🎉
It's failing the prettier checks in the tests though 🤔
feel free to fix it
I think you should add lint-staged
to apply prettier at each commit
@sibelius done :), and yeah that's probably a good idea, will add to my todos 👌
I'll get this merged and put live later today 🚀
what is the fastest way to show emojis?
@sibelius just released v0.6.2-beta
with your fix, thanks :ok_hand:
Performance wise the best option currently seems to be using sprite sheets, especially when adding the sheet resources to the app package (https://github.com/tunoltd/emoji-mart-native#spritesheetfn). However due to a bug with React Native and Fresco using sprite sheets on Android produces a slightly blurry result.
the default spriteSheetFn prop is broken
it was returning undefined instead of { uri }