Unable to build React Native 0.61.1 via CocoaPods
Exact Error: https://i.stack.imgur.com/Rmtd5.jpgPodfile: https://i.stack.imgur.com/P5Syc.pngLinked Frameworks: https://i.stack.imgur.com/HOpnK.jpgAlready tried: 1)deleting npm modules 2)deleting pods...
View ArticleXcode Conflicting with React Native Module for Android
I'm developing an React Native App for both iOS and Android and I've just finished implementing a React Native Module only for Android. The issue is, when I try to build the app on XCode I get this...
View Articleprogrammatically retrieve Header component height - React Native
Using NativeBase, I added a Header component. Now, I want to programmatically retrieve the height of the header. How can I do this. The code for adding the Header is given below:I tried using...
View ArticleXCode Interface Builder Missing navigation
I'm trying to modify LaunchScreen.xib using XCode by adding UIImageView but the toolbar is missing. There's supposed to be a list of UI elements on the bottom right corner of XCode but it's empty...
View ArticleReact native, detect screen resume
Suppose you navigate like the followingscreen-a (initial) screen-b (push) screen-a (pop) I think in android, we could use onResume of an activity to track the screensIs there something like onResume in...
View ArticleCallKit UI for Outgoing Calls
I'm building a React Native VoIP app that uses react-native-callkeep to integrate the native call handling UI. For iOS it uses CallKit, and in the case of inbound calls when the app is running in the...
View ArticleHow do you debug React Native?
How does one debug their React code with React Native while the app is running in app simulator?
View ArticleFallback fonts in react native
Are there any current solutions for fallback fonts in react-native?I have a font used throughout my application, but a specific character is not supported by this font. I would like it to fallback to a...
View ArticleSome images now showing in iOS despite showing in Android
I have a React Native app that pulls image urls from Amazon. I store the urls in a database, and reference them later as the source of my images.After building up a good amount of entries in the...
View ArticleHow to Setup Push Notification using react-native-firebase for Multiple ios...
I want to setup Push Notification using react-native-firebase for Multiple Apps in IOS for Multiple Targets.now push notification is working on main build.but now I have created duplicate target for...
View ArticleXcode 11.2.1 codesign error when building react native on a physical device
I am using Xcode 11.2.1 (latest now) to build my iOS react native app (react-native@0.61.4) The build succeed on any simulator but fails on any physical device (no specific OS version) Is there any...
View ArticleReact navigation navigation.navigate doesn't go to next screen while using...
I am using react-navigation 3.6.1 an react-native-camera 2.2.2. When I take a picture the button to go to the next screen takes doesn't do nothing at first press. Has to be pressed multiple timesThis...
View ArticleCustom animated launch screen using lottie in react native project in xcode...
I am using react native iOS app and I want to animate launch screen or splash screen using lottie. what should be the best way to do it.
View ArticleReact Native: Could not connect to development server
I have a very simple React Native project that I am trying to get working. It is an iOS project that simply adds a RCTRootView to a UIViewController. When I run the app from Xcode I get a red screen...
View ArticleReact native iOS not connecting to packager from xcode
I have a react native (0.55.4) project and it is working fine on Android or iOS simulator. But when I am running it from Xcode (9.3), the app starts on the device, shows the splash screen, the metro...
View ArticleHow to run react-native app with offline bundle in real device?
I have wrote some code, and things run well on simulator. And I checked the official document on how to run on device. This is what I have done:1,comment this line in AppDelegate.mjsCodeLocation =...
View ArticleHow to create wallet app and what all certificates required for the same?
I want to create a wallet application with the following features:We can store user bank account details (Is it possible?)User can store money in his wallet and transfer it to his account at any timeWe...
View ArticleNotification count showing when application is installed in iOS
When application is installed for the first time I am seeing notification badge count as 1 by default. I am not able to find from where it is coming.I tried many approaches provided over SO, but none...
View ArticleHow to change the root view background in a managed expo app?
With the introduction of Page Sheets in iOS 13, there is a white background in my app that I cannot seem to be able to change (behind the white Page Sheet, and the grey top of the underlying...
View Article'React/RCTBundleURLProvider.h' file not found after updating react-native...
I recently updated my project that was using react-native 0.59 to 0.61.4. The android build works just fine but the ios fails with error :'React/RCTBundleURLProvider.h' file not foundOn my project...
View Article