How can I connect to a Chromecast streaming via React Native and Play/Pause it?
I'm currently developing an iOS app with React Native. I can connect to my Chromecast device and stream things, but what I need is to interact with a Chromecast streaming (Youtube, Netflix, Hulu,...
View ArticleHow can I construct a POST request body in React Native not with a...
I working on replace some native-code with react native. The expected POST request (implemented in AFNetworking) in Charles should be like this:Code snippet:NSError *err;NSData *paramData =...
View ArticleITMS-90809: Deprecated API Usage when i use react-native-webview
i'm using react-native-webview but when i publish the app to Testflight it send me :App Store ConnectDear Developer,We identified one or more issues with a recent delivery for your app, "AlBiddaPark"...
View ArticleHow to Dockerize a ios mobile application using xcode and fastlane
we are currently building our cv-react-native ios mobile application through gitlab and geneating .ipa packages now we have to dockerize our applicaion for dev environment since we are new to docker...
View ArticleGetting Undefined symbols for architecture x86_64 YGConfig
I have updated my project from Rect native version 0.57 to 0.63. There are lot of issues related to third party I have solved but I am stuck with below issue for couple of days. Please help me to...
View ArticleHow to fix React Native App not building for iOS
I'm having trouble building my react native app for iOS. For android it builds perfectly fine. For iOS, the project will build but not archive. Here is the error code when attempting to archive my...
View Articlereact-navigation swipe to go back doesn't trigger
I am using stack navigation and I want to use swipe to go back. However, even when I swipe the screen all the way to the right the app doesn't navigate to the previous screen and the screen slides...
View ArticleCould not debug. Unable to find plist file to configure debugging in react...
i have app in react native which is running fine with react-native run-ios but when i try to debug it shows "Could not debug. Unable to find plist file to configure debugging" error for debugger.I am...
View ArticleHow do you hide the warnings in React Native iOS simulator?
I just upgraded my React Native and now the iOS simulator has a bunch of warnings. Besides fixing them, how do I hide these warnings so that I can see what's underneath?
View ArticleHow to check internet connection in React Native application for both iOS and...
I have a React Native application and I'm seeking to add functionality that checks if there is an active internet connection when the app first starts up, and continuously thereafter.If there is no...
View ArticleScroll area too small with SectionList React Native
I am currently trying to use a <SectionList> inside a classic <View>, all my datas are formatted, the list displays correctly and my item's actions are working.The issue is that when I am...
View ArticleReact native - how to ignore silent mode and play sound/send push notification?
I'd like to make an app with React Native that lets you chat with your significant other, and totally ignores silent mode. I.e., even if your phone is in silent mode, this app will still play sounds to...
View ArticleReact-Native: Error: Failed to install CocoaPods dependencies for iOS...
While executing npx react-native init MyProject I ran into the following error:✖ Installing CocoaPods dependencies (this may take a few minutes)error Error: Failed to install CocoaPods dependencies for...
View ArticleAdmob reward ads don't work on ios on Expo App
On App.js I have initialized AdMobRewarded as following:if (Platform.OS === 'ios') { AdMobRewarded.setAdUnitID('ca-app-pub-xxx/xxx');} else { AdMobRewarded.setAdUnitID('ca-app-pub-xxx/xxx');}And here...
View ArticleCreate Native(Android/IOS) SDK using react native and steps to integrate it...
Need some help1)How can I convert react native app to native SDK for Android and IOS, so that I can integrate this SDK in any native app of Android and IOS2) How can add this SDK to native Android/IOS...
View ArticleIs there a way to run shell script with react native [closed]
Would like to know if we can able to run shell script from react native like exec and spawn in node js. As we know in Node, we can even create child process and makes it possible to have a multiprocess...
View ArticleLibrary not found for -lyoga
ContextI've update my react-native application, 0.59.10 to 0.60.6.All works fine in the normal scheme, but when I change the scheme to another this error happen:Problem:ld: warning: directory not found...
View ArticleReact Native playing iOS Slo-mo videos
I'm using react-native-image-crop-picker (v0.34.1) to select a slo-mo video from an iPhone.After selecting the video, I am playing the video using react-native-video (v5.0.2).The slo-mo effects of the...
View ArticleReact Native Facebook Video Share
I am trying to share a video from a react native app.const shareVideoContent = { contentType: 'video', video: { localUrl: encodeURI(localPath) }, contentTitle: 'Sample...
View ArticleHow to load assets from smart album? (expo-media-library)
Is there a way to load assets from smart album (on iOS) using expo-media-library?I've tried to load assets by following instructions from documentation (Selfies is a name of smart album):const album =...
View Article