react-native-animated-stickers-chz
Version:
Animated stickers for react-native chat app or anything built by CHZAPPS INDIA!
20 lines • 2.01 kB
text/typescript
export default {
data : [
{ id: 1, value: 'STICKER' , file : require('../Libs/stickers/kiss.json') , content : 'Mixed All sticker\'s', credits : "https://lottiefiles.com/35995-spooky-floating-ghost", social :'https://www.instagram.com/lottie.files/', username : 'STICKER'},
],
embaded : {
data : [
{ id: 1, value: 'EMOJI' , file : '../Libs/stickers/kiss.json' , content : 'Stickers are rebuilds by Chzapps india!' , credits : 'https://chzapps.com' , social : 'https://chzapps.com/'},
{ id: 2, value: 'NORKWON' , file : '../Libs/stickers/norkon_dreamer.json' , content : 'Stickers are rebuilds by Chzapps india!', credits : "https://lottiefiles.com/user/130849" , social : 'https://www.youtube.com/user/OmgeKun'},
{ id: 3, value: 'PAPER' , file : '../Libs/stickers/paper.json', content : 'Stickers are rebuilds by Chzapps india!', credits : "https://lottiefiles.com/6vcc5m73om", social : 'https://chzapps.com/'},
{ id: 4, value: 'MONKEY' , file : '../Libs/stickers/monkey.json', content : 'Stickers are rebuilds by Chzapps india!' , credits : "https://lottiefiles.com/user/446748" , social : 'https://chzapps.com/'},
{ id: 5, value: 'ALL' , file : '../Libs/stickers/otherall.json' , content : 'Stickers are made by Lottie files official please follow them on click the button below!', credits : "https://lottiefiles.com/35995-spooky-floating-ghost", social :'https://www.instagram.com/lottie.files/'},
]
},
credits : [
{id: 1,name : 'Emoji' , url : '', file : require('../Libs/stickers/kiss.json') , cat : '_chzapps_emoji'},
{id: 2,name : 'Halloween', url : '', file : require('../Libs/stickers/norkon_dreamer.json') , cat : '_chzapps_norkwon'},
{id: 3,name : 'Monkey', url : '', file : require('../Libs/stickers/monkey.json') , cat : '_chzapps_monkey'},
{id: 4,name : 'Towelie', url : '', file : require('../Libs/stickers/paper.json') , cat :'_chzapps_paper'},
]
}