react-native-whatsapp-sticker-dynamic
v0.3.2-alpha.0
Published
create and manage stickers for whatsapp
Downloads
12
Readme
react-native-whatsapp-sticker-dynamic
create and manage stickers for whatsapp
[⚠️ under construction]
Feature:
- [x] fetch all stickers packs
- [x] fetch any pack by its id/name
- [x] create sticker packs dyanamically
- [x] delete pack
- [x] delete stickers from existing pack
- [x] replcae stickers in existing pack
- [x] delete all packs
- [ ] update meta data of pack like name, publisher
- [ ] change tray icon of pack
- [x] set the limit for stickers
- [x] set the limit for sticker packs
- [x] exclude include stickers
- [x] exclude extra info of pack
- [x] apply limit on fetching packs and its stickers
share:
- [ ] share individual stickers
- [ ] share sticker pack
- [ ] import sticker pack
- [ ] export sticker pack
advance
- [ ] dynamic sticker: (self updating stickers)
misc:
[x] animated stickers support
[ ] accepting cloud sticker pack
add stickers from cloud
Installation
npm install react-native-whatsapp-sticker-dynamic
Usage
import { multiply } from 'react-native-whatsapp-sticker-dynamic';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library