external draw over app bubble for android
npm install react-native-bubble-notificationsNote this package is a React native wrapper utilizing Bubbles-for-android, the primary usage is to have the draw over other apps bubble that can also expand into a bigger view for large notification outside the app much like facebook chatheads. changing bubble image can be done by changing the icon in your andriod -> src -> main -> drawable and the view that it expands can be altered under android -> src -> main -> layout -> bubble_layout.xml file
import{showBubble,hideBubble,requestBubblePermissions,checkBubblePermissions,initializeBubble,loadData}from'react-native-bubble-notifications';// ...See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT