rn-expo-network-indicator
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

React Native Expo Network Indicator

npm version npm downloads

Provides visual information about the network status and useful information about the device's network, such as its IP address, MAC address

Example

View examples on snack.expo.io

Getting Started

Installing

$ npm i rn-expo-network-indicator
# our
$ yarn add rn-expo-network-indicator

Basic Usage

import { NetworkStatus } from 'rn-expo-network-indicator';


export const App = () => {
    return (
        <NetworkStatus>
            <OthersComponents/>
        <NetworkStatus/>
    );
};

Props

Name Type Description Default
message string Display message Internet connection has been lost!
color string backgroundcolor #FF0000
colorText string text color #FFFFFF
icon string Change icon alert (network-strength-off,close-network-outline,cloud-alert,alert-circle,alert)

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is under the MIT license. See the LICENSE for details.


Made with by Godrix 👋 Get in touch!

Dependencies (3)

Dev Dependencies (2)

Package Sidebar

Install

npm i rn-expo-network-indicator

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

8.09 kB

Total Files

8

Last publish

Collaborators

  • godrix