React native recieve shared link in app from safari browser (IOS) - ios

I am trying to build a simple application using react native.
I want to be able to share a link from IPhone Safari and open the link in my react-native applcation.
So far I tried these extension samples and it didn't work for ios (works with android though):
https://github.com/react-native-community/react-native-share
https://github.com/meedan/react-native-share-menu
Any help will be appreciated

Related

Barcode scanner doesn't work on IOS - React App

I created React App with react-qr-barcode-scanner library and barscanner work on computer website and phones with android (chrome browser), but on phones with IOS it doesn't work (chrome browser too). Someone had the same problem? How can I fix this? IOS system is update and I check it on more than one iphone. Here is link to app

To achieve local media tracks when deploying ionic application in IOS using twilio

I am building an ionic application. I am using twilio-video sdk to implement video call. I am able to work it in android devices and browser. When i try to deploy it on IOS, the mobile UI Webview browser does not let me use the getUserMedia() function.
Error: getUserMedia() is not supported
Apple developer forums states that it supports only safari 11 and not any other Webkit Views. Has anyone came to a solution?
Also is there a way to get local media tracks when building an ionic application in ios?

Does Xamarin Test Cloud support React Native apps on iOS Devices?

We have build an app using React Native, and are currently looking for a test cloud service.
Xamarin looks like a good choice, but does it work with React Native?
Xamarin UI test doesn't care about how you have compiled your app, it's enough that when launched your app renders native component and React Native makes exactly this. So you can use it, for instance, with native Android and iOS, with Titanium, with Native Script, but not with Ionic and all the Cordova based frameworks.
You could have problems also if inside your app you used a lot of webviews.

WebRTC Native API for IOS

I want to develop Iphone Native video chat app using WebRTC(Not browser). Main feature is Iphone user can able to call Desktop web browser. Any way?(please without third party API)
First, this is helpful tutorial http://ninjanetic.com/how-to-get-started-with-webrtc-and-ios-without-wasting-10-hours-of-your-life/ that help you build and run AppRTCDemo on iOS simulators and devices.
Second, download and run my AppRTCDemo if you cannot build AppRTCDemo by you own.

How to add exist share library to BlackBerry Native SDK project and deploy to Device or Simulator?

I'm developing an app for BlackBerry Playboock using
BlackBerry Native SDK. I want to know how to add a share lib for my app and deploy this lib to my device. I have found this link! and this! but I don't know how to do?
I'm new at this platform. Some body help me !

Resources