sonivaibhav27
sonivaibhav27
``` export default async (url, callback) => { console.log(url); const ext = url.indexOf(".jpg") !== -1 ? ".jpg" : ".mp4"; // console.log(isImage); let date = new Date(); let fileName = date.toDateString()...
# Question Hey i am building an app , and i want to repeat the notifications every month for 12 months ? Can anyone help me with these? I can't...
I have made changes to third party node_modules library JS file. Can i codepush the changes or do i need to upload new .aab to play store?