stream-chat-react-native
stream-chat-react-native copied to clipboard
fix: auto focus on input box on mount and command selection
🎯 Goal
Fixes #1508
🛠Implementation details
Set autoFocus={true} prop on underlying TextInput component. So that when you select a command or mount MessageInput component, focus will be automatically set on input box.