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

feat(ReactNativeClientOptions): Remove "tunnel" option #3771

Closed
wants to merge 5 commits into from

Conversation

AliReza99
Copy link
Contributor

Remove the "tunnel" option from the ReactNativeClientOptions type due to lack of support in React Native.

This pull request removes the "tunnel" option from the ReactNativeClientOptions type. While passing this option currently does not create issues, its presence can cause confusion, leading developers to believe that the feature works when it does not. Removing it ensures clarity and avoids potential misunderstandings in React Native projects.

Remove the "tunnel" option from the ReactNativeClientOptions type due to lack of support in React Native.
@AliReza99
Copy link
Contributor Author

#3258

@krystofwoldrich
Copy link
Member

Hi @AliReza99,
thank you for the PR, we agree having the option when it's not supported is confusing.

@AliReza99
Copy link
Contributor Author

Thanks for your response, @krystofwoldrich .

I appreciate your understanding of the confusion caused by the unsupported "tunnel" option.

Removing the "tunnel" type is crucial because its presence leads developers to debug their apps unnecessarily, given the lack of documentation indicating its unsupported status. This change helps to streamline the development process by preventing wasted time and effort.

@krystofwoldrich
Copy link
Member

I pulled your changes and fixed the build and added changelog.

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.

None yet

2 participants