An ATproto social media client -- with an independent Appview.

fix submit behaviour (#7959)

authored by samuel.fm and committed by

GitHub 8cb55adf d155b718

+2 -2
+2 -2
src/screens/Messages/components/MessageInput.tsx
··· 177 177 {paddingBottom: isIOS ? 5 : 0}, 178 178 animatedStyle, 179 179 ]} 180 - keyboardAppearance={t.name === 'light' ? 'light' : 'dark'} 181 - submitBehavior="submit" 180 + keyboardAppearance={t.scheme} 181 + submitBehavior="newline" 182 182 onFocus={() => setIsFocused(true)} 183 183 onBlur={() => setIsFocused(false)} 184 184 ref={inputRef}