#3 Push Notifications | Expo | React Native | Everything Expo

  Рет қаралды 62,633

Unsure Programmer

Unsure Programmer

Күн бұрын

Пікірлер: 89
@unnitmetaliya8252
@unnitmetaliya8252 5 жыл бұрын
When I watch your videos, I feel like I am in flight. You speak like a captain announcing the take off and landing! Great content!
@pranavkumar1818
@pranavkumar1818 5 жыл бұрын
He is a commercial pilot it seems !
@nikhilrw
@nikhilrw 4 жыл бұрын
No wonder I thought the speech pattern sounded familiar. xD
@GurmeetSingh-gn2yl
@GurmeetSingh-gn2yl 5 жыл бұрын
OMG. I just came to know that you are a commercial pilot. Respect !!
@vincentandrieu5429
@vincentandrieu5429 5 жыл бұрын
This expo series is the most useful series you have ever done ❤️
@giovannianthony1675
@giovannianthony1675 3 жыл бұрын
i guess it's pretty randomly asking but does anybody know of a good website to watch newly released series online?
@lukasahmed1271
@lukasahmed1271 3 жыл бұрын
@Giovanni Anthony Flixportal
@giovannianthony1675
@giovannianthony1675 3 жыл бұрын
@Lukas Ahmed thanks, I went there and it seems like a nice service =) I appreciate it !!
@lukasahmed1271
@lukasahmed1271 3 жыл бұрын
@Giovanni Anthony No problem :)
@harshjobanputra8087
@harshjobanputra8087 5 жыл бұрын
You help a lot of us in React Native.
@surajitdas94
@surajitdas94 5 жыл бұрын
Great work!! learned a lot from you sir. Thanks a lot. your EXPO series is awesome.
@muritaladavid9753
@muritaladavid9753 4 жыл бұрын
Thank you very much. I just subscribed, on the notification bell instantly
@yashaggarwal6057
@yashaggarwal6057 3 жыл бұрын
Push notifications also works when the app is in background ?
@tasnimulhasantauhid2532
@tasnimulhasantauhid2532 3 жыл бұрын
Great video. Thanks.
@olegamusic9485
@olegamusic9485 2 жыл бұрын
Can you please tell me if such notifications work if the application is running in the background and the phone is locked? Thx!
@saifkain5265
@saifkain5265 5 жыл бұрын
Hello sir... Thank you for this great video, just one question please, if I want to send a notification to many client at the same time, what should I do? Should I write the push token for each one?
@thedeg123
@thedeg123 4 жыл бұрын
this example: github.com/expo/expo-server-sdk-node shows how to send batch notifications
@ToniMassoMola
@ToniMassoMola 5 жыл бұрын
Great tutorials, straight to the point
@tahmidislam9646
@tahmidislam9646 3 жыл бұрын
How to customize the Notification logo?
@mayur3049
@mayur3049 4 жыл бұрын
Hey Buddy, I'm Not using Firebase still I have to maintain the notification token in my DB for resp. user?
@abdelrahmanabuissa9139
@abdelrahmanabuissa9139 2 жыл бұрын
tried the expo push notification tool but it doesnt work, I have got the token and everything but cant find a way to test
@akshaybramhane6798
@akshaybramhane6798 4 жыл бұрын
Hi, Thanks for this great tutorial. I have a few questions. It would be great help if you would answer those: 1] Shall we call the method registerForPushNotificationsAsync only once in a user's lifetime? If I call it on componentDidMount of my home screen, it will always be called repeatedly. 2] Does expo push token ever expire? Is it okay to persist it in database and always refer to it there without calling the push token api again and again. 3] If a user installs the app in two different mobiles and uses same accounts, the push token on customer record will always be the latest device one? I am really looking for help here. Also, it would be great if you can put up a video tutorial on handling the push notifications or subscribing to them. Thanks Again!
@marlonm3108
@marlonm3108 3 жыл бұрын
good day, thank you very much for this, but is it possible to set a .wav or .mp3 for the notification sound?
@roei133
@roei133 4 жыл бұрын
how to fire functions with push notifications while app is close ? i can receive messages with the push notification while the app is close but i want to fire a function while the app is close . what should i do ? can you please show me some example to my case ?
@ayazpathan2671
@ayazpathan2671 4 жыл бұрын
Hi, l like your videos. I want to ask one question. In React Native, is it possible to have received notification even when our app is closed, not in task manager? Normally this happens and I faced it with android development. Looking forward to hear your answer bother.
@haseebahmed3569
@haseebahmed3569 4 жыл бұрын
Thank you for such a great explanation. But I am getting a problem in push notification. I have done everything that you did in your video and everything is working fine but if you notice that those notifications in your video is coming on Expo. So after building the standalone apk or ipa these notifications are not working. Can you please help me out. I'm using latest Expo SDK with latest Expo Push notification API (Next API). Can you please help me out?
@aqdasilyas2768
@aqdasilyas2768 3 жыл бұрын
any video on OneSignal Notifications .... i want to push onsignal notification after every 10 minutes .... i have no login ... just one page application... and i want to do that on that app.... how can i do that .... can you help me or provide suitable link or detail ?
@germangomez9978
@germangomez9978 5 жыл бұрын
what VSCode theme are you using? nice videos!
@sathishsaminathan1347
@sathishsaminathan1347 5 жыл бұрын
bro is there possible to custom data like.. showing image in notification, passing id in notification, custom sounds for the notification
@sudincha
@sudincha 4 жыл бұрын
Can I sent push notification without authentication ?? Do I need to detach the app for firebase push notification ?
@robjcalderon
@robjcalderon 5 жыл бұрын
Hello, i'm having trouble getting the push_token to show up in my database, i have looked at all the code and everything seems to be built properly. Can you help with this? Is there something to do on the expo or google side to enable the push token to send to the database?
@techmaster9091
@techmaster9091 5 жыл бұрын
Hi sir, it's a good video but i have one doubt. I'm using SQL DB for my project and I've added expo notification and store token to my DB and it works fine. I need to send notification to every token on one click did you make one video for sending common notification. And also I want to know if I get notification JSON string inside the app it comes with double quotes how to remove that quotes.
@David44050
@David44050 5 жыл бұрын
Can someone please help me? i'm trying to send a push notifcation to multiple users and i do as expo website says, but i get corb blocked, i'm using mode:"no-cors" because if a use cors it blocks me to
@SyedZainUlHasan
@SyedZainUlHasan 5 жыл бұрын
How do you reduce build size in the expo? My apk's are more than 30Mb in size.
@mannyquintero2190
@mannyquintero2190 4 жыл бұрын
Did you ever find how to do this? could you please share the method/tutorial you used? thanks.
@Santillano
@Santillano 4 жыл бұрын
Hello, I have a question, could I use the notifications expo API for my application in production? o i dont know what to do.
@dibyoprawiro4502
@dibyoprawiro4502 5 жыл бұрын
How to make this push notifications work in background process ? Please answer
@CahBagusOfficial
@CahBagusOfficial 5 жыл бұрын
awesome tutorial
@R22vsX
@R22vsX 4 жыл бұрын
How can I access the other apps notification?, Like how we read data payload of whats app or any other app from our custom react native app ?
@SimranSingh
@SimranSingh 5 жыл бұрын
much helpful, please create a video for expo camera with save pictures into gallery.
@codefriendly8528
@codefriendly8528 4 жыл бұрын
Hello can you please explain me ho to send push notification to group of user? i Hava 4 categories and allow users to subscribe one of them and now how can i send notifications to users accroiding to their subscriptions.
@alessandroa3720
@alessandroa3720 5 жыл бұрын
I am not able to build the project linked in the description ..
@middleclass8035
@middleclass8035 5 жыл бұрын
Hi i want to route to a specific page on clicking on the notification , is it possible ? if yes , can you explain how?
@edocamoro
@edocamoro 5 жыл бұрын
Thanks a lot for this video, I'm so going to use this
@rinovethamoses124
@rinovethamoses124 4 жыл бұрын
Push Notification Works Well and Good in Dev mode i.e) Running app using Expo Client. But When it is built as a standalone app it is not generating PushToken. Can you help me with this. BTW mine is Android.
@MohamedSheeraz
@MohamedSheeraz 5 жыл бұрын
How about local notifications on time interval?
@creative-commons-videos
@creative-commons-videos 5 жыл бұрын
Google Login without Firebase??? Please suggest something..
@shareefdweikatps
@shareefdweikatps 5 жыл бұрын
i am trying to send a notification using react js app, but i am getting this in the browser: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at exp.host/--/api/v2/push/send. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘expo.io’).[Learn More] Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at exp.host/--/api/v2/push/send. (Reason: CORS request did not succeed).[Learn More] TypeError: NetworkError when attempting to fetch resource.
@sardarusama4369
@sardarusama4369 5 жыл бұрын
Thank u very much, Keep it Up..
@robertotomas
@robertotomas 5 жыл бұрын
This is a great video I wish I had run into it before doing this myself. I still haven’t figured out background notifications, especially that wake the app. Using the tool on the web page it doesn’t seem like the background notifications are working even if the app is open but in the background
@mannyquintero2190
@mannyquintero2190 4 жыл бұрын
have you noticed in the expo documentation under "limitations" it mentions that "expo does not yet handle push notifications in the background" or if you figured out a way i would like to know since we have stumbled upon this problem and are considering ejecting from expo.
@kailashuniyal04
@kailashuniyal04 5 жыл бұрын
Does push notification works when the app is closed?
@mannyquintero2190
@mannyquintero2190 4 жыл бұрын
I think not, it says so in the documentation.. or have you reached a different conclusion?
@richardkirigaya8254
@richardkirigaya8254 5 жыл бұрын
does it has to be firebase ? or can we use any db solution. say mongodb or postgres
@UnsureProgrammer
@UnsureProgrammer 5 жыл бұрын
Richard Kirigaya yea you can use any database. The push notification is going to be sent using the expo server. We just need the database to store the token.
@utopictown
@utopictown 5 жыл бұрын
this only work in expo environment right?
@techworld3043
@techworld3043 5 жыл бұрын
Awesome video
@chaitanyasairam7259
@chaitanyasairam7259 5 жыл бұрын
@Varun great explanation!! When can we expect flutter tutorials?
@bimalgrg8951
@bimalgrg8951 5 жыл бұрын
In Android, notification isn't popping up? do this in your notification listener. if (Platform.OS === 'android') { Notifications.createChannelAndroidAsync('myChannel', { priority: 'max', }); } where 'myChannel' is a id that you need to add when sending a notification. In my case, i am using expo node sdk and sending id from node.
@grovzy5900
@grovzy5900 4 жыл бұрын
what do you mean by an id that I send is it like the push token?
@mathavandeskways3720
@mathavandeskways3720 5 жыл бұрын
Hi Bro, can you help me please? In React JS Hint: without upload button, drag and drop multiple image, and select button we need multiple image upload with progress bar (% and file size) for each image after completed the image shows the all image in bottom (upload images are stored locally eg. stored in state ) (the above process are before form submit button) after form update to save all images and input filed. understand the above described sentences?? let me know if any doubts?
@saifkain5265
@saifkain5265 5 жыл бұрын
dear bro... the app work great on the Expo application on my phone, but when i build the standalone App for IOS it's not working, in fact it's not sending the Token key to the Fire base, is there something i should do in plus for the standalone app on IOS? thanks
@nehalshrivashtava1169
@nehalshrivashtava1169 4 жыл бұрын
Yes..Go through this link : docs.expo.io/push-notifications/using-fcm/
@sumeertuli
@sumeertuli 4 жыл бұрын
Amazing !!
@essiabenhamida3521
@essiabenhamida3521 5 жыл бұрын
Can you please show us how to link the notification to a certain page of the app?
@mahinthanragunathan6421
@mahinthanragunathan6421 5 жыл бұрын
Bro, How to use schedule notification? and How to use this php sdk?
@nagavikaspulluri9929
@nagavikaspulluri9929 5 жыл бұрын
Hi Varun, we are following your videos since 1 year.. can you make a video on how to integrate Spotify in react native.. Spotify released in India and only provider can give music APIs... So we can learn all the things how to integrate other apps in react native is much more useful.. Thanks
@TradeWithScence
@TradeWithScence 4 жыл бұрын
It is not working for expo client 37
@principe.borodin
@principe.borodin 5 жыл бұрын
For push notifications, is need expo?
@UnsureProgrammer
@UnsureProgrammer 5 жыл бұрын
if you use expo and want to use their servers then yes.
@TheBaraa2011
@TheBaraa2011 5 жыл бұрын
How use is it in stand alone app ?
@Viveksharma0157
@Viveksharma0157 4 жыл бұрын
can u please make this video with a updated version of expo
@jithinraj6582
@jithinraj6582 5 жыл бұрын
Can you possible to do a tutorial on infinite scroll flat list
@ajiehatajie
@ajiehatajie 5 жыл бұрын
How expo connect to reactotron ?
@armandosierra2
@armandosierra2 5 жыл бұрын
Somebody knows how make a splash screen without expo?
@satishlodhi8758
@satishlodhi8758 5 жыл бұрын
why sound not coming on push notification
@johnyjiran3949
@johnyjiran3949 5 жыл бұрын
Can you make the tutorial for native project also? please
@tigpalmas
@tigpalmas 5 жыл бұрын
could you do a tutorial of Linking ? its hard to understand. Thank you
@ajiehatajie
@ajiehatajie 5 жыл бұрын
Cools, i hope you create tutorial expo with style react hooks
@alfonsolasa2495
@alfonsolasa2495 5 жыл бұрын
Nivel video! Can you make some video importing some expo Apis in a react native app? Thanx
@AkashYadav-qj5vj
@AkashYadav-qj5vj 5 жыл бұрын
hello bro, can you please make clone of netflix app? Thank you
@zlackbiro
@zlackbiro 4 жыл бұрын
This doesnt work with expo when you build the app. I tried everything... I give up on expo, because is a pure shit! Nothing works, bundle oversized, lots of problems!
@adam_la_morre
@adam_la_morre 5 жыл бұрын
Mr. Popular with 228 texts...
@phuoctran6981
@phuoctran6981 3 жыл бұрын
How to push another phone
@sbeauction
@sbeauction 5 жыл бұрын
getting notification without sound please help
@huseyinakcicek
@huseyinakcicek 4 жыл бұрын
please use firebase cloud messaging!!!!!
@techworld3043
@techworld3043 5 жыл бұрын
More videos
Learn React Native Expo in 47 Minutes
49:21
Native Notify
Рет қаралды 57 М.
React Native Tutorial #28 - Local & Scheduled Push Notification
15:07
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
HELP!!!
00:46
Natan por Aí
Рет қаралды 17 МЛН
Cool Parenting Gadget Against Mosquitos! 🦟👶 #gen
00:21
TheSoul Music Family
Рет қаралды 33 МЛН
React Native Push Notifications for iOS and Android
19:27
Jon Peppinck
Рет қаралды 43 М.
Expo Push Notifications
32:15
Jeremy
Рет қаралды 19 М.
#2 Location Services & AppState | Expo | React Native | Everything Expo
10:25
React Native Login with JWT Auth Context
24:59
Simon Grimm
Рет қаралды 65 М.
Part1: Implementing Push Notifications in Expo React Native App
18:11
Push Notifications - Scheduled, Repeat, and Instantly
18:51
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17