1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

POC compose using the new emoji selector

This commit is contained in:
xmflsct
2022-09-18 23:54:50 +02:00
parent 7282434e69
commit 2df23a8a2e
10 changed files with 138 additions and 245 deletions

View File

@ -7,6 +7,7 @@ type inputProps = {
isFocused: MutableRefObject<boolean>
ref?: RefObject<TextInput> // For controlling focus
maxLength?: number
addFunc?: (add: string) => void // For none default state update
}
export type EmojisState = {