New UI for Emoji picker (#6933)

* BottomSheet migration to react-native-bottom-sheet

* Refactor Emoji picker to use bottom sheet

* Add skin selector

* Add Emoji Skin Tone tutorial

* add selected indicator to tone selector

* feedback review

* show tooltip after 750ms

* ux feedback review

* ux feedback review #2

* Hide emoji picker scroll indicator
This commit is contained in:
Elias Nahum
2023-01-12 13:38:44 +02:00
committed by GitHub
parent 9411dbd669
commit 612fd5022f
51 changed files with 1321 additions and 364 deletions

View File

@@ -88,6 +88,7 @@
"react-native-svg": "13.6.0",
"react-native-vector-icons": "9.2.0",
"react-native-video": "5.2.1",
"react-native-walkthrough-tooltip": "1.4.0",
"react-native-webrtc": "github:mattermost/react-native-webrtc",
"react-native-webview": "11.26.0",
"react-syntax-highlighter": "15.5.0",
@@ -228,6 +229,9 @@
},
"detox": {
"jest": "^29.1.0"
},
"react-native-walkthrough-tooltip": {
"@types/react": "^18.0.26"
}
}
}