Provides API for broadcasting in android
npm install react-native-simple-broadcast-android
import { doBroadcast } from "react-native-simple-broadcast-android";
// ...
doBroadcast("ACTION_NAME")
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT