How 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 native not a recognised objective C method
I am trying to bridge a call-back from native module to react native. I have tried this as well Got "is not a recognized Objective-C method" when bridging Swift to React-NativeI have added underscore...
View ArticleUse formData to upload two filetypes in an iOS app?
I would like my uploadFormPage() function to be able to take jpegs and pdf's. Is it possible for me to have 2 file types for the same FormData() const?`export function uploadFormPage(documentId,...
View ArticleButtons unresponsive when microphone and speaker playing
I have a react native app that runs a native platform SDK which uses the microphone and speaker on the phone. When I start the sdk, it begins to play from the speaker and record from the microphone,...
View ArticleHow do I pick a .pgw file in the iOS document picker?
I'm developing an iOS app that needs to read .pgw files (https://en.wikipedia.org/wiki/World_file) from the local device storage. I have a sample file on my device that I'm trying to open from within...
View ArticleWKWebview set custom header
How can I pass my custom cookie to WKWebview request header? As it was done completely by UIWebview before. (Kindly correct me if I'm wrong)Just that you know, I'm aware and have read few of the links...
View ArticleError after installing Realm: Must first create RPC session with a valid host
I recently installed realm using:npm i realm -Sreact-native link realmImportant editThis issue only occurs when debugging from deviceEverything still works but this time, when I try to enable Debug Js...
View ArticleNotifications.getExpoPushTokenAsync not working on Stand Alone iOS
I'm trying to my expo/react-native project to send push notifications to my server. It works on standalone Android, but not stand alone iPhone. The standalone iPhone app never sends the token.Since the...
View Article(0, _reactNativeCodePush2.default) is not a function error in React native
I'm building a react native project and I got this error on running.Can you please help me to resolve this issue?
View Articlereact native background local notification scheduler
So I'm developing an app where the user can choose among certain topics and choose how many notifications to receive daily for each topic, all the notifications are stored in the database and will be...
View ArticleReact Native 0.63.2 iOS Build Error with `ld: library not found for -lAppAuth`
I was trying to build my RN project for iOS and having an errorld: library not found for -lAppAuthclang: error: linker command failed with exit code 1 (use -v to see invocation)Do you have any ideas on...
View ArticleHow can drag the polygon in react-native maps or lock the polygon & drag the...
Hello i need to know this anyhow, that how i can drag a polygon/polyline inside react native maps. Just like in web. If this thing is bad than how i can lock the polygon and drag the map, so that user...
View ArticleIs it possible to show 10-second loading screen after button is pressed in...
I need to show loading screen when press button (until app get data from API) for cca. 10 seconds.Is it possible and how to do that?
View ArticleReact Native FlatList inside ScrollView issue
I have the following issue, FlatList is rendered inside ScrollView, and everything seems to fine except that while FlatList scrolling the buttons in ScrollView are not responding.Structure is something...
View ArticleITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer...
I'm trying to add a new app to the app store. After few days from submitting the app bundle I got this issue messageDear Developer,We identified one or more issues with a recent delivery for your app....
View Article"config.h" file not found in iOS project of React native
In X-Code project of react native, getting error config.h file not found.Here is version detail :react-native-cli: 2.0.1react-native: 0.51.0How to solve it?
View ArticleReact native crashes in xcode 11.6
When I tried to build app in xcode 11.6, I got this exception and I have no idea where to look for a solution:Exception NSException * "data parameter is nil" 0x00006000014d7960.And this is the code...
View ArticleRNFirebase core module was not found natively on iOS - migrating from...
I saw these posts:Error: RNFirebase core module was not found natively on iOSRNFirebase core module was not found natively on iOSRNFirebase core module was not found natively on iOS - Not fixedError...
View ArticleApple Sandbox IAP transactions missing from verifyReceipt in_app and...
I have an app where I've been offering auto renewable in-app-subscriptions for a while without problems. Now I'm trying to add in-app-purchases, which also works, but now I experienced "ghost...
View Articleuniversal link with invalid certificate of website(http not https)
I have configure and implemented Universal link with react native. It is working fine with another configure url but not working with a website which website's site certificate is invalid.is there any...
View Article