-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InputToolbar #989
Comments
try to add this in your manifest in side the |
They had solution to this issue on their home page already.Look below: adding KeyboardAvoidingView after GiftedChat I add following after GiftedChat then problem fixed. |
if the main view changes height it'll trigger an |
thank you guys non of that worked but already solve it by adding "react-native-keyboard-spacer" to avoid view |
What about the ejected apps? This solution only works for expo. |
Issue Description
InputToolbar stick to the buttom of the screen
and not avoiding the messages View
After Building Standalone App with expo
Steps to Reproduce / Code Snippets
renderInputToolbar(props) {
return (
<InputToolbar
{...props}
containerStyle={{ backgroundColor: colors.primary }}
/>
);
}
Expected Results
Additional Information
*expo version:^30.0.0
The text was updated successfully, but these errors were encountered: