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(ios,tvos): Remove IPv4-only paths to prevent App Store warnings #431

Merged
merged 1 commit into from
Jan 6, 2021

Commits on Nov 22, 2020

  1. fix(ios,tvos): Remove IPv4-only paths to prevent App Store warnings

    For [react-native-netinfo#300](react-native-netinfo#300
    
    Refactored `ios/RNCNetInfo.m` from `inet_ntoa` (which causes warnings around Apple AppStore requirements for dual-stack networking code) to `inet_ntop` which itself supports both IPv4 and IPv6.
    
    For now, have _not_ added explicit IPv6 (`AF_INET6`) support pending discussion with the community.
    greenantdotcom committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    f450086 View commit details
    Browse the repository at this point in the history