Skip to content

Commit

Permalink
fix: Issue with response body not loading on ios on RN 0.71.x (#74)
Browse files Browse the repository at this point in the history
- closes #73
  • Loading branch information
alexbrazier committed Mar 16, 2023
1 parent e96b156 commit 1d503bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/RequestDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ const LargeText: React.FC<{ children: string }> = ({ children }) => {
style={[styles.content, styles.largeContent]}
multiline
editable={false}
>
{children}
</TextInput>
value={children}
/>
);
}

Expand Down

0 comments on commit 1d503bb

Please sign in to comment.