We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error on iOS simulator, but have no animation setup elsewhere and minimal external deps
return ( <SafeAreaView edges={['right', 'left', 'bottom']} style={styles.flex}> <ChatWall messages={directMessages} myId={user.id} /> <KeyboardAccessoryView alwaysVisible inSafeAreaView androidAdjustResize> <ChatInput onSendPayload={sendPayload} /> </KeyboardAccessoryView> </SafeAreaView> );
Any ideas what this could be ?
The text was updated successfully, but these errors were encountered:
bug in my code
Sorry, something went wrong.
this actually keeps coming up sporadically. any ideas ?
I'm also experiencing this. Only appears to happen when hitting enter on a text input though (and subsequently the input is blurred).
No branches or pull requests
I am getting this error on iOS simulator, but have no animation setup elsewhere and minimal external deps
Any ideas what this could be ?
The text was updated successfully, but these errors were encountered: