- Видео 4
- Просмотров 58 631
Suman Bhattarai
Канада
Добавлен 11 фев 2020
JavaScript related tutorials.
React Native - Local and Schedule Push Notification on both Android and IOS.
Implementation of Local push notification in both Android and Ios in React Native. This tutorial is made for beginners since it is built from scratch.
Follow me on Instagram :
sbofficial
Hire me on Upwork:
www.upwork.com/freelancers/~013bf0c56a31df32ca
LIKE, SHARE, AND SUBSCRIBE
Music Credits :
Ice Flow by Kevin MacLeod: incompetech.com
Creative Commons - Attribution 4.0 International - CC BY 4.0
Free Download / Stream: bit.ly/ice-flow
Music promoted by Audio Library ruclips.net/video/BtVugvboad0/видео.html
#ReactNative #ReactNativePushNotification #PushNotificationIos #PushNotificationAndroid #LocalNotification #ScheduleNotification
Follow me on Instagram :
sbofficial
Hire me on Upwork:
www.upwork.com/freelancers/~013bf0c56a31df32ca
LIKE, SHARE, AND SUBSCRIBE
Music Credits :
Ice Flow by Kevin MacLeod: incompetech.com
Creative Commons - Attribution 4.0 International - CC BY 4.0
Free Download / Stream: bit.ly/ice-flow
Music promoted by Audio Library ruclips.net/video/BtVugvboad0/видео.html
#ReactNative #ReactNativePushNotification #PushNotificationIos #PushNotificationAndroid #LocalNotification #ScheduleNotification
Просмотров: 35 469
Видео
Swipe Animation in React Native | Swipe to Delete | React Native Gesture Handler
Просмотров 20 тыс.4 года назад
Implementation of Swipe to delete in React Native's FlatList. Watching the tutorial will make you able to delete the items from a FlatList by swiping the item. For the Source Code : github.com/sumanbhattarai/React-Native/tree/master/SwipeDelete Follow me on Instagram : sbofficial Hire me on Upwork: www.upwork.com/freelancers/~013bf0c56a31df32ca LIKE, SHARE, AND SUBSCRIBE Music Cr...
Build your own server API in Express and fetch the data from your React App | React + Express |
Просмотров 2934 года назад
Build your own server API that provides JSON files in Express and fetch the data from your React Application. For the Source Code : github.com/sumanbhattarai/ReactJs/tree/master/ExpressReact Follow me on Instagram : sbofficial Hire me on Upwork: www.upwork.com/freelancers/~013bf0c56a31df32ca LIKE , SHARE, AND SUBSCRIBE Music Credits : Ice Flow by Kevin MacLeod: incompetech.com Cr...
Build a Weather App in React.Js using API | React.Js Tutorial |
Просмотров 2,6 тыс.4 года назад
Learn how to create your own Weather application using API in React.js. This video includes the use of Fetch along with Promises, code splitting, and getting the response from the API. For the Source Code : github.com/sumanbhattarai/ReactJs/tree/master/weather-app Follow me on Instagram : sbofficial Hire me on Upwork: www.upwork.com/freelancers/~013bf0c56a31df32ca LIKE, SHARE, AN...
source code please
i want to implment the same stuff but not horizontally but vertically on my list , like when i am on the top of the list and pulls down i want to show archieves
Thank you!
Bro this video is life saving. thanks
Thanks for the tutorial video.
8:49
hi, I need a help as I wrote my InviteRequest code using Swipeable user can delete which one doesn't want and then add new one, but when user add new one , new inputs id changed , but it returns deleted text I can't cleare text in it
I need to check your source code to fix your problem.
Thank you so much....
Alguien sabe porque sale PasGestureHandler must be used as descendant of GestureHandlerRootView
Amazing!!!
Works for me
I would like to ask: Why is my data deleted after my delete button is clicked, but the delete button is not retracted?
please keep caution when you updating AndroidManifest.xml file use following code <receiver android:exported="true" android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationBootEventReceiver"> we should explicitly define android:exported="true"
Amazing!
hi i am having this issue D/skia: --- Failed to create image decoder with message 'unimplemented' 2022-10-10 18:05:32.784 14399-14471/com.alloblue D/skia: --- Failed to create image decoder with message 'unimplemented' What to do ?
Sir, I have implemented schedule Notifications by following your Code. I want to schedule notification at a specific time every day i.e 04:00 PM every day then what should I do?
in my code only background push is working in ios not the foreground?
Great...👌
this code is not work now i also download source code and run but not work
Thankyou! it worked on IOS. for people who would be getting error, try using presentLocalNotification instead of addNotificationRequest,
I think you not created the notification channel 🙂
thanks you very much, good job friend.
it wouldn't work on ios simulator, can anyone help?
AMAZING
when i am delete any item self close nahi hota tumhara kese ho jata he tum ne to onswipebleclose bhi use nahi kiya please answer
upload regularly man
thanks
Need to keep making videos bro these are solid
Thank you
so how can I Locally push schedule notifications when the app is closed. I can pop notification while it's in the foreground and in the background but when I close the app I cannot get notifications
does we need add Capability remote notification if we just used local notification? I think remote notification use for APNS of Push notification
Great VIdeo Thank you !
thanks it works, but i don't see the token, when console.log("TOKEN:", token); at index.js how to get it ?, thanks
why i getting this error TypeError: this.handler.presentLocalNotification is not a function
That intro was so loud it woke my entire family up
lol
Appreciate your efforts
Thank you so much this fixed the issue that I was having for the last 3 days
Helped me a lot. Thanks.
Default FirebaseApp is not initialized made me crazy, you are so greatness
@Syed Umer Ali 6:00
thank you for this video
Unhandled Rejection (TypeError): error.message is not a function (anonymous function) C:/Users/Manoj Rijal/Desktop/weather-app/src/App.js:33
This video helped a lot. Keep posting new projects. Ty.
@ Suman Bhattarai how unselect selected swipe when another row select?
I followed the all steps, but show this error: Developer warning for package "com.testapp" Failed to post notification on channel "fcm_fallback_notification_channel" Did anyone have the same problem?
i get the same problem did you find any solutions
@@slimshady5864 Yeah, first: I created the channel and after I created de LocalNotification. Follow this: imgur.com/S9QkJX0
@@diegobonagurio9885 thankyou brother. it worked well. I there any way I can connect with you? Just for some guidance if I get stuck?
@@slimshady5864 yes bro, do you have discord?
@@diegobonagurio9885 not yet but i would like to explore it
Will schedule notification work if the app is closed before 5 seconds?
I really need to know too !
source code please
Much better solution than downloading a third party package just for a simple feature like this. Awesome video!
Hi... Thanks a lot. It was such a detailed implementation. But in my xcode, I was able to add Background Modes capability, but I could not find "Push Notifications" capability. Can you please help me with this? And Thanks once again. Keep rocking. 👏👏
Because you have free developer account you are not able to push notification capability
thanku soo much, you just save my day 😍😍 may god bless you
I followed the tutorial and find this error: "null is not an object (evaluating 'rnpushnotification.getinitialnotification')". I search in the entire internet and dont find a solution. Did you know what's causing it?
@WISERDIVISOR First i added the react native push notification library. Then i run expo eject, to create the android/ios folder. Finally, i run this magic command: "npx react-native link react-native-push-notification" and then everything worked (This command link the libraryr automatically to the code, so you dot need to do it mannually)
This might happen if you are on expo. Worked for me in the bare project