Giter VIP home page Giter VIP logo

Comments (3)

matt-oakes avatar matt-oakes commented on September 27, 2024 1

I think I've managed to reproduce this with an integration test actually. I believe that it's a timing issue. It emits on both platforms if you subscribe close to the app launch, however, if you set up a listen a while after the app launch then the Android one is not called and the iOS one is. You should be able to confirm this by instead setting up the listener on a button press.

I am looking into making it so the listener will always emit when you begin listening to it, and then on any changes, on both platforms.

from react-native-netinfo.

luisnaranjo733 avatar luisnaranjo733 commented on September 27, 2024

I did some basic testing and I could not repro this bug (which was filed before the migration to this repo). I realize this contradicts this snackable example, and I don't really have an explanation for why that is.

I am using @react-native-community/[email protected] and I've linked the migrated project on Android and iOS.

Here is the code I tested

NetInfo.addEventListener("connectionChange", (connectionInfo) => console.log(JSON.stringify(connectionInfo)));

Note that I never called NetInfo.isConnected.fetch()

On iPhone 6 - 12.1 Simulator

  • The connectionChange event listener fired on app launch

On a real Android HTC Desire 530 (Android 6.0.1)

  • The connectionChange event listener fired on app launch

This leads me to conclude that this is the current behavior (which is unclear from the docs BTW):
connectionChange event listener fired on initial register AND on subsequent network state changes.
es

from react-native-netinfo.

react-native-community-bot avatar react-native-community-bot commented on September 27, 2024

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

from react-native-netinfo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.