sanjeevyadavIT / magento_react_native

🛒 MageCart: E-commerce app for Magento 2.x written in React Native
GNU General Public License v3.0
282 stars 124 forks source link

Feature/internet connectivity #46

Closed sanjeevyadavIT closed 5 years ago

sanjeevyadavIT commented 5 years ago

What does this implement/fix? Explain your changes.

  1. Added NetInfo package to check network connectivity
  2. feat: Add network check in HomePage correctly.

TODO

  1. [ ] Properly handle network state change in pages other than HomePage

Any other comments?

  1. WIP
  2. Not properly handle(network state) in pages other than HomePage
  3. Hasn't been properly tested

Where has this been tested?