"RCTBundleURLProvider.h" file not found - AppDelegate.m
I am trying to run my React Native app in XCode and I keep getting this error. I cannot figure out how to resolve the issue. Any suggestions?Screen Shot of Error in XCode:
View ArticleHandle different Screens in React Native
I'm an android developer and I'm new to react-native. Can anyone help me in understanding how to handle multiple screen sizes and orientation changes in android and ios phones in react native? Thanks!
View ArticleReact Native Firebase Cloud Messaging push notification do not produce sound...
I am using react native firebase cloud messaging push notifications. And followed completed documentation as given https://rnfirebase.io/messaging/usageEverything works fine but sound does not produce...
View ArticleError: Build file not found in xcode for react-native app
Hey guys I'm having issues to build my react-native project in Xcode. Please see the screenshot for more info.Already tried:Deleting ios folder + generating in once againChanging build from "new" to...
View ArticleFor IOS - How do I align text vertically center in Input from Native Base?
Currently, the placeholder and the text inside the Input is aligned near to bottom. I want to vertically align this. In android, it is exactly at the center. But in IOS, it is some margins below the...
View ArticleUse of undeclared identifier 'RNFirebaseNotifications''RNFirebaseMessaging'
fb login SDKs it was working fine but now starting giving these errors.My imports are like this#import "AppDelegate.h"#import <React/RCTBridge.h>#import...
View ArticleIOS Push Notification Not Received Using (FCM) in Device in React Native...
I'm working in react native (0.62.0). I'm stuck in React Native Push Notification (Using FCM).Get a Device Token from FCM.IOS Device is not Receiving Push Notification.Here Is...
View Articlemain.jsbundle does not exist. This must be a bug with.. main.jsbundle issue...
"react": "16.13.1","react-native": "0.63.0",Encountered the below main.jsbundle does not exist. This must be a bug with issue when trying to archive after upgrading to react-native 0.63. was wondering...
View Articlereact native Image picker opens keyboard after selecting the Image?
In my react native application I have used react native image picker but when I successfully select a image or take a picture from camera it is opening the keyboard. This is how I have organised my...
View ArticleReact Native iOS Debug build always searches for a dev server
Even if I build my JS bundle in with prod config, and then archive for the iOS build in Debug mode, the resulting .ipa file when installed always searches for a local server. I need to run in Debug,...
View ArticleIs it possible to check the close color of an Image in react-native?
I have a chat application, it has a simple profile with an image. The image has a full screen width width: '100%' and the top of the image is placed under StatusBar.StatusBar is...
View ArticleApp rejected because "it uses IDFA" - kids app
My iOS app keeps getting rejected because Apple says we're using IDFA even though AdSupport.framework is not included in our project.Apple seems to approve the app when I remove...
View ArticleReact Native Black Screen before Splash Screen loads iOS
I have attempted to fix this problem through numerous Stackoverflow questions and Github issues to no avail so I am asking for help.I have created an ejected (from expo) react-native app. I have...
View Article"Realm is not defined" when remote js debugging in React Native
When I open my app, Realm works fine, it opens an instance and I logged an area to return a console.log('Realm is opened') to check if the realm is being instantiated.However, when I try to use React...
View ArticleCannot configure expo app properly `Failed to read config at: /app.config.js`
I am trying to develop an application and I am having trouble getting it to build once I added dotenv.In my app.config.js I haveimport "dotenv/config";const API_URL = process.env["API_URL"] || "";const...
View ArticleWhy does `Podfile.lock` change `SPEC CHECKSUMS` section on `pod install` when...
I don't check in my Pods dir into source control.If I run pod install, touch nothing, and then run pod install a few minutes later the SPEC CHECKSUMS section of my Podfile.lock changes.Why?pod...
View ArticleReact Native Push Notifications not appearing in settings
I am new to react native and I am trying to set up push notifications via iOS.I have installed pushNotificationios and followed the instructions given. I have also signed up as an Apple Developer. When...
View ArticleReact-Native: Library not found iOS
I encounter a wired error. I am getting Library not found for -lBase64. I checked all the settings for iOS. I checked if Library is missing in Link Binary With Libraries, checked for twice entries in...
View ArticleCarthage build failed Xcode 12 12A7209 building
Carthage File contents:github "SwiftyJSON/SwiftyJSON"Error:Build FailedTask failed with exit code 1:/usr/bin/xcrun lipo -create...
View ArticleWebsocket in React Native Mobile unable to connect to network after going...
I create a websocket with let websocket = new WebSocket(host);and assign its callbacks onopen, onmessage, onerror, onclose.I can make a connection fine.If I disable my wifi, my ios simulator will go...
View Article