Update Picker default emojiSize

exclude-unsupported-native-emojis
Etienne Lemay 2016-05-31 17:23:51 -04:00
parent a14ee48c6d
commit 9f99155031
1 changed files with 1 additions and 1 deletions

View File

@ -121,6 +121,6 @@ Picker.propTypes = {
Picker.defaultProps = {
onClick: (() => {}),
emojiSize: 32,
emojiSize: 24,
perLine: 9,
}