0.1.9 • Published 3 years ago

react-native-bubble-notifications v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-bubble-notifications

external draw over app bubble for android

Installation

npm install react-native-bubble-notifications

Usage

Note 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';

// ...

Contributing

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

License

MIT

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago