How to update the react native UI based on the swift delegate function?
I am new to the react native and I am integrating the iOS framework. I want update the UI based on the call back in Swift file.LoginContoller:func validateLogin(userName: String, pswd: String) {...
View ArticleUsing native iOS static library in React Native
I have native iOS static library writtern in objective-c and built and I want to use the library into React native project. Please guide me if there are possible ways. How can I consume native static...
View ArticleDetox - Android / iOS - Cannot run the same test on android
I had been trying to find information about this error that I will post below, I did all the configurations and made research, I am using the latest version of everything.But since I am new to Detox, I...
View ArticleCan't launch my ''app with "react-native run-ios"
My app doesn't launch when i run react-native run-ios.It just keep loadind like that :info Building (using "xcodebuild -workspace eve.xcworkspace -configuration Debug -scheme eve -destination...
View ArticleFirebase iOS stuck at 'Run your app to verify installation'
React Native Firebase installation for iOS gets held up at the "Run your app to verify installation" screen. React Native Firebase has worked on Android for me before. I followed these instructions....
View ArticleReact Native Expo : Listen to Video Sound When app is annactive but it’s...
Could i Listen to Video Sound When app is innactive but it’s still working on background ? this feature exist for audio using staysActiveInBackground property but not for Video.SDK Version:expo...
View Articleredirection is not working properly in react native ios
I am using univeral link to use shopify API in react native and it works well on ios and android.When I login at first time, redirect from safari to app after oauth is complete. But if user try to...
View ArticleIs there anyway to send sms in background for both Android & IOS?
I wanna make an app that its main functionality depends on sending SMS. before i was developing android(native) but now im using React-Native to make it for both IOS and Android.in android it's...
View ArticleI want to do badge increment on main app icon while receiving notification in...
I am working on a chat app in react-native iOS. I want to do badge increment on main app icon when notification is received when the app is killed or force quit by user. It works well when the app is...
View ArticleRN 0.62 - 18 duplicate symbols for architecture armv7
I have recently upgraded the react-native app from 0.60.4 to 0.62.0 and I have solved tons of problems already, though I don't know how far I am from success but I feel close, here is how my pod file...
View ArticleHow to set zoom level in google map according to miles in react native?
I have react native application using react-native-maps,in which there is a feature to display near by users based on radius chosen by user that works fine using geocode. but I am facing problem to set...
View ArticleFailed authentication in Apple Developer Portal when execute expo build:ios
I'm trying to config automatically build iOS apps using Expo through Gitlab-CI.This are the commands that I am using:expo login -u expo_user -p expo_passexpo build:ios --non-interactive --apple-id...
View ArticleXcode crash on opening .xcodeproj file
I am running my React-Native iOS project with Xcode but I don't know which change effects it and my I notices that my Xcode is crashed then I try to open it inside Xcode but it crashes every time then...
View ArticleHow do I register permission handlers without using Cocoapods?
Im trying to register permission handlers in a react native app that is using v59. All of the instructions im coming across provide steps for using Cocoapods, which im currently not using.I came across...
View ArticleUsing environment variable in react-native swift
I am working on React-Native App and want to configure env variables which I can share with iOS app and Android. The documentation requires me to add this line in AppDelegate.m [GMSServices...
View ArticleHow do I enable touch on multiple buttons simultaneously in react native?
I need that when I am touching and holding one button then I should also be able to touch on the button 1. <View><View onStartShouldSetResponder={()=>this.console("Button 2...
View ArticleIs there no way to have transparent status bar on iOS in React Native > 0.60
Before I switched to RN 0.62 from RN 0.47 it's been pretty simple to support transparent status bar on both iOS and Android by just replacing Stack Navigation header with the StatusBar. Just specifying...
View ArticleIn App Purchase in React Native which is dynamic where user can set the price
How can we implement Dynamic In-App Purchase in React Native? Let's say we have some features to be unlocked after some payment. Let's consider a case: When a user wants to visit some corporate page,...
View Articleupgrading my project to react navigation v5
Am working on my first react native project and after I put in many hours building my react navigation (version 4) setup and working on the different screens and components I came across a material...
View ArticleAppium automation on React native iOS apps
Does appium supports automation of react native ios apps? If yes, please share the links or details. Thank you.
View Article