Skip to content

Conversation

@pFornagiel
Copy link
Contributor

Description

This PR is a follow-up to the issue tackled in #1816

It changes additional check for React Native 0.83.0 running on an Android device and now, instead of just checking whether it is 0.83.0, it disables the native network inspector implementation for Android for every version, as 0.83.1 is also broken and it is suspected that the future versions may also be effected by the issue mentioned earlier.

The only notable change is just the predicate in ApplicationSession which now checks for android and not specific version of android.

How Has This Been Tested:

Verified that, on version 0.83.0 and 0.83.1 native network inspector is used on iOS and disabled on android.

How Has This Change Been Documented:

Not applicable.

@vercel
Copy link

vercel bot commented Dec 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
radon-ide Ready Ready Preview, Comment Dec 19, 2025 3:11pm

@pFornagiel pFornagiel requested a review from jwajgelt December 19, 2025 15:11
@pFornagiel pFornagiel merged commit c617662 into main Dec 19, 2025
9 checks passed
@pFornagiel pFornagiel deleted the @pFornagiel/network-inspector-disable-android branch December 19, 2025 15:14
filip131311 pushed a commit that referenced this pull request Dec 23, 2025
)

### Description

This PR is a follow-up to the issue tackled in
#1816

It changes additional check for React Native 0.83.0 running on an
Android device and now, instead of just checking whether it is 0.83.0,
it disables the native network inspector implementation for Android for
every version, as `0.83.1` is also broken and it is suspected that the
future versions may also be effected by the issue mentioned earlier.

The only notable change is just the predicate in `ApplicationSession`
which now checks for android and not specific version of android.


### How Has This Been Tested: 

Verified that, on version 0.83.0 and 0.83.1 native network inspector is
used on iOS and disabled on android.

### How Has This Change Been Documented:

Not applicable.
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.

3 participants