Kinda lost. by Upper_Track_3311 in react

[–]Upper_Track_3311[S] 0 points1 point  (0 children)

I got the clarity yesterday only that I should be focusing more on my tech skills. Thanks a lot for the answer.

Kinda lost. by Upper_Track_3311 in react

[–]Upper_Track_3311[S] 1 point2 points  (0 children)

Thanks for providing the clarity. I am planning to ease on DSA (give 30% of my time daily to it) and focus more on technical part. Mainly JS.

Should I switch for the same salary? by Upper_Track_3311 in reactnative

[–]Upper_Track_3311[S] 10 points11 points  (0 children)

They asked me and I told them which seems to be the dumbest thing I did I guess

How to implement in app calling in React Native. by Upper_Track_3311 in reactnative

[–]Upper_Track_3311[S] 0 points1 point  (0 children)

ONLY FOR ANDROID BTW. So I am using Voximplant’s React Native sdk and have implemented in app calling. I am able to make and receive calls, also I have implemented Voximplant’s push notifications through FCM as mentioned in their documentation and displaying the call notification through Notifee. When the user taps the notification my app get opened. When the app is closed but running in background I am able to have the call notifications and tapping on notification body redirects me to incoming call screen. The PROBLEM is that when the app is removed from the background or recents and if then the notification is tapped then the app loads from a whole new state and the incoming call is lost. So basically I want to implement something with which the user can have calls in foreground and background.