0.1.12 • Published 1 year ago

react-native-internet-status-dropdown v0.1.12

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Getting Started

Use npm install react-native-internet-status-dropdown to install the package

Use npm install @react-native-community/netinfo to install its dependency

Usage

import InternetStatusBox from 'react-native-internet-status-dropdown'

All props for the component are optional.

Inside App.js or the equivalent entry file

<View style={{ flex: 1 }}>
    <InternetStatusBox />
    <The Rest Of Your Content Goes Here>
</View>

Props

slideDuration controls the amount of time it takes for the dropdown to slide onto screen (In milliseconds). Default is 700. Must be a Number

Example

<InternetStatusBox slideDuration={500} />

label The label text contained in the dropdown. Default is No Internet Connection. Must be a String

Example

<InternetStatusBox label={'No Internet'} />

customLabel custom label component which replaces the original label. Must be a <Text> component

Example

<InternetStatusBox customLabel={<Text style={{ fontFamily: 'Poppins-Regular', fontSize: 16 }}>No Internet Connection</Text>} />

containerStyle container style which accepts basic style object. Must be a ViewStyle

Example

<InternetStatusBox containerStyle={{ borderRadius: 5, paddingVertical: 4 }} />

backgroundColor container background color. Must be a valid color string

Example

<InternetStatusBox backgroundColor={'#FDA361'} />

labelColor label text color. Must be a valid color string

Example

<InternetStatusBox labelColor={'#000000'} />

Support

If you would like to support me, you could buy me a coffee https://www.buymeacoffee.com/aminosdev

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.8

1 year ago

0.1.9

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago