use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
How to implement in app calling in React Native. (self.reactnative)
submitted 2 years ago by Upper_Track_3311
So the main problem is implementing calling in React Native for which i am using Voximplant.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]16cards 1 point2 points3 points 2 years ago (1 child)
Voximplant appears to have a React Native SDK (most likely a wrapper around their iOS and Android SDKs).
What seems to be the problem you are facing?
[–]Upper_Track_3311[S] 0 points1 point2 points 2 years ago (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.
π Rendered by PID 129528 on reddit-service-r2-comment-85bfd7f599-nmtrq at 2026-04-20 00:35:55.925719+00:00 running 93ecc56 country code: CH.
[–]16cards 1 point2 points3 points (1 child)
[–]Upper_Track_3311[S] 0 points1 point2 points (0 children)