Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 442 Bytes

File metadata and controls

27 lines (16 loc) · 442 Bytes

react-native-simple-broadcast-android

Provides API for broadcasting in android

Installation

npm install react-native-simple-broadcast-android

Usage

import { doBroadcast } from "react-native-simple-broadcast-android";

// ...

doBroadcast("ACTION_NAME")

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT