0.1.1 • Published 7 years ago

react-native-internet-status-view v0.1.1

Weekly downloads
11
License
ISC
Repository
github
Last release
7 years ago

npm version

JavaScript Style Guide

react-native-internet-status-view

A callout that's similiar to what facebook messengers shows during internet connectivity status change.

Animated gif showing the animation when the internet is disconnected and reconnected

Supports react native 0.22^ iOS and Android (Tested on 0.37).

Installation

$ npm i react-native-internet-status-view --save

Usage

Place the component on where it wants to be appeared (mostly just below the root view )

<View style={styles.container}>
  <InternetStatusView
    textToDisplay="Sorry You're Not Connected to the Internet"
  />
  ....... Rest Of Your View
</View>

Accepted Props

PropDescriptionDefault Value
textToDisplayString The message you want the user to see.No Internet Connection
styleobject The style of the outer text container{{justifyContent: 'center',alignSelf: 'stretch',backgroundColor:"#e74c3c",height:25}}

Contributions Are Welcomed To Make This Component a Cool One

License

ISC License