Skip to content
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

fix: Issue with response body not loading on ios on RN 0.71.x #74

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

alexbrazier
Copy link
Owner

@alexbrazier alexbrazier commented Mar 16, 2023

The original reason for using TextInput was from facebook/react-native#24387 which still seems to be an issue for large blocks of text. Using value seems to work the same way for previous versions of React Native and children seems to be broken in 0.71.x.

Before After
image image

@alexbrazier alexbrazier changed the title fix: Issue with response body not loading on ios fix: Issue with response body not loading on ios on RN 0.71.x Mar 16, 2023
@alexbrazier alexbrazier merged commit 1d503bb into master Mar 16, 2023
@alexbrazier alexbrazier deleted the fix-response-content branch March 16, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The response body is in the Loading... state
1 participant