ld: library not found for -lRCTBlob
currently trying to upgrade react-native to 0.61.5 from 0.59.10 and faced this error: ld: library not found for -lRCTBlobclang: error: linker command failed with exit code 1 (use -v to see...
View ArticleReact-Native iOS accessibilityViewIsModal property doesn't work
I am using Accessibility with VoiceOver in my app. The problem is when i am using the accessibilityViewIsModal property with a Modal and the Modal is opened, VoiceOver reads the content behind the...
View Articlereact native live reload causes app to crash
I am having trouble using live reload or hot reloading function on an old react native app version 59.9 running on iOS 13.3 with the latest version of Xcode.The problem seems to be that a module gets...
View ArticleComponents within KeyboardAvoidingView and ScrollView overlap when the...
I have ScrollView inside of KeyboardAwareScrollView(or KeyboardAvoidingView) and I have two components inside. But, whenever the keyboard is invoked, the two components...
View ArticleLocal native module cannot be null
I am building a native module locally. To test the changes I make to the native module I am using a local app which has a dependency on the local module. The problem I am facing is the whenever I try...
View ArticleWhy I should not hard code sizes such as width,height,fontSize,padd,margin...
I thought like if I give width: 10, it will look the same in all devices since it occupied the same amount of area (because in 160dpi, 10dp = 10px, 320dpi 10dp = 20px but occupies same area in an...
View ArticleIs there any permission required for accessing iCloudDrive?
I'm trying to understand if there is any permission needs to be granted when an app try to access iCloudDrive (In my case: READ only access is needed)? From the documentation and the archive document,...
View ArticleGoogle Sign-in fails on iOS on some devices on mobile-data
We’re using the Google Sign-in SDK on a React Native app (via the eact-native-google-signin library). We got cases (not often though) where users fail to login when their iPhone is set to use mobile...
View ArticleHorizontal scrollview snapping react native
Hi I am trying to achieve scrollview snap to center like below gif link Check This GifBut unable to do so. Following is my react native code to achieve this.or is there any method to scroll to...
View ArticleNo such file AIRGoogleMapHeatmapManager.m react-native-maps ios xcode
I added react-native-maps version ^0.25.0 to my react native application it works well on android but is not the case on ios, didn't work when run project I get this error:clang: error: no such file or...
View ArticleNeed ideas of solving problem with app I built
I built this app: https://play.google.com/store/apps/details?id=com.FindNewMusic_VakilBut ios keeps rejecting me for following reason:Guideline 4.2.3 - Design - Minimum Functionality We were required...
View ArticleIssue with Rotating Image while Saving in React Native
Actual Behaviour :I am supposed to implement signature pad in landscape-right mode along with a timestamp of signature drawn. Then take a screenshot of the view, and save it in document directory (iOS)...
View ArticleOne URL scheme for both Ios and Android
So I am in the mids of inplementing url-schemes in my app (React-native and for both Android and Ios) but I am having some trouble with the html implementation of the url schemes. I figured out that...
View ArticlePick multiple images in react native Expo with Imagepicker
It seems like Expo only supports imagepicker for selecting one image rather than multiple images. Is there any way to pick multiple images without ejecting expo or starting new react-native-init?
View ArticleEPERM: operation not permitted, chmod @react-native-community iOS
I am using React 16.8.6 and react-native 0.59.6. iOS.While typing react-native --version or anything prefix with react-native, it is showing the following error.internal/fs/utils.js:220 throw err; ^...
View ArticleHow to run on iPhone a React Native app from Ubuntu OS
Am I able to run my React Native application on a ios physical device? And if I am able to..let me ask you how is it possible?I have created the application via 'React Native CLI quickstart''dev OS:...
View ArticleiOS Launch screen in React Native
I'm working with a React Native app and I'm trying to set a customize launch screen but I'm not able to.React Native creates a LaunchScreen.xib by default, so I've created a LaunchImage inside...
View Articlehow to disable rotation in React Native?
I would like to support only portrait view. How can I make a React Native app not to autorotate? I tried searching documentation and Github issues, but I didn't find anything helpful.
View ArticleHow to connect react native app to live URL server using socket.io for Chat...
Here is the code implemented for socket connection but it did not working. I want to create chat messaging app in react native with realtime updates which uses backend of our web side server. I am...
View Articlereact-native I need pay the membership of apple to use Local...
I'm trying to implement iOS push notification for react-native I have tried several ways to implement RCTPushNotification, no effective success via link and manually.Can I enable PushNotification on...
View Article