There was problem loading requested app.it looks like you may be using LAN URL
I am not able to compile my project through expo.I have followed all steps to eject expo for run the app in iOS.Please find below error screen shot for your reference.enter link description here
View ArticleRecommend shortcut in Siri after creating Siri shortcut - React Native
I have successfully implemented shortcut in React Native project via react-native-siri-shortcut npm.I am able to see all those shortcuts in Shortcut app(in iOS).When I open Siri and speak them, Siri...
View ArticleIcons from react-native-vector-icons onpress needs to click twice to work
I use react-native-vector-icons.Click the inputKeyboard goes upWhen pressing the icon, icon doesn't trigger, the keyboard will go down first rather than the onpress method icon triggers while having...
View ArticleReact native: No active iOS device found
Xcode 11.2.1 (11B500)React Native 0.61.5After launching iOS app running npm run start and npm run start:ios from the terminal. The app builds successfully and launches on the iOS simulator (iPhone 11 -...
View ArticleDownload image not working on IOS device - React Native
I implemented functionality for download image in React Native using RNFetchBlob Its Working fine with android but on IOS device it's not working.Following is my react native code for download...
View ArticleFB Login not working with React Native iOS v13+
I've a project with following configuration."react": "16.8.3", "react-native": "0.59.9", "react-native-fbsdk": "^0.8.0"I've setup Facebook login successfully with manually installed SDK components...
View ArticleHow to pass a state through tabnavigator react-native
I've been trying to implement an authentification system for my app using JWT. However when I can't figure out how can I pass my state through a navigator? This state will contain the token for the...
View ArticleReact Native 60 and above margin issue in iOS - Ignoring bogus layer size
I have used margin style in older react native projects, no issues with that. Now I am creating new RN project - 0.60.5 version.return( <ImageBackground style={{ flex: 1, alignItems: "center",...
View ArticleError while integrating RN FFMPEG in react native
**[!] There are multiple dependencies with different sources for `react-native-ffmpeg` in `Podfile`: - react-native-ffmpeg (from `../node_modules/react-native-ffmpeg/ios`) - react-native-ffmpeg (from...
View ArticleReact/RCTBundleURLProvider.h file not found in library / extension
RN version 0.61 Trying to add today widget using ref:https://medium.com/@maximtoyberman/building-a-react-native-today-widget-in-ios-102830825e42Here, not able to access any react files at the extension...
View ArticleUnable to scroll pdf file in android app used react-native-pdf
I have used react-native-pdf in my app and we want to scroll that pdf within the app however it is working fine in on ios but in android, it is not scrolling completely scroll up to 4 pages. there are...
View ArticleShare video to Instagram on IOS with react-native-share
I'm using "rn-fetch-blob", "react-native-fs" and "react-native-share" to share video to instagram. Video is downloaded from server, stored in cache, then path provided to shareOptions.On Andrid works...
View Articlebundle id strategy when app is deleted and re-added for review
I think that the standard naming convention for app Bundle ID's is com.CompanyName.AppName. I submitted my first app via App Store Connect for review. But there were some problems that Apple reported...
View ArticleHow To Fix JSON value '' of type NSNull cannot be converted to NSString in...
How to resolve JSON value '' of NSNull type cannot be converted to NSString on react native ios, here I use React Native version: "0.61.5"And this is my json library package. Can be seen in...
View ArticleHow to place floating action button in bottom right in React Native
I am trying to place a floating action button in the lower right corner of my app but it is placing it in the top left way off screen.Returned view:<View> <View style={{flexDirection:...
View ArticleHow to solve an error in Xcode 10: Multiple commands produce....../Fonts
I have React Native App. And I installed react-native-vector-icons library. And after I get this error in Xcode:Multiple commands produce...
View ArticleHow do I create typescript type definitions for react-native native ui...
Let us say that I have a react native native UI component like the one in this example. How do I create a typescript type definition for it, like the ones that can be imported, for example with 'npm i...
View Articleregenerating Android & IOS folders inside react native project
I removed Android & IOS folder , to recreate them againhowever I can't find a way in RN version 0.61.5 to return these folders againreact-native eject> is not working react-native upgrade...
View ArticleReact Native Firebase ios onNotification doesn't trigger
My project is importing 'react-native-firebase' and I'm trying sending test messages through firebase console using a device token. The method...
View ArticleLexical or Preprocessor Issue Group with Xcode 11.2.1
i am having issue with generating build for IOS in xcode version 11.2.1first was facing issue firebase.h not found , post that installed cocopods and installed firebase again , now that error has gone...
View Article