Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.02 KB

connection-handler.md

File metadata and controls

35 lines (26 loc) · 1.02 KB

ConnectionHandler

This is Connection Handler component, to inform user that internet connected or disconnected.

Connected Disconnected

How to use

import {ConnectionHandler} from 'react-native-awesome-component'

render() {
    return (
      <View style={styles.applicationView}>
        <ConnectionHandler/>
        <StatusBar barStyle='light-content' />
        <ReduxNavigation />
      </View>
    )
  }

API response handler To handle response of api such as code 2xx, 4xx, 5xx check this code documentation here

Global Setup

Global const used to set global value. it used to set the style for all of this component. for more detail check here

Props

Props Description Default
onStateChange: function props to get state change (connected / disconnected) from component as boolean -