OS pod install error. Module glog cannot be installed
I'am trying to upgrade "react-native" from "0.50.4" to "0.55".When I run pod install, i receive an errorchecking for a BSD-compatible install... /usr/local/bin/ginstall -c checking whether build...
View ArticleXcode Launch Image Source
I have a very silly question, my xcode project doesn't have setting for Launch Image Source , I have already added my splash screen image to Images.xcassets -> LaunchImage , but in my project target...
View ArticleHow can i create new react native App using npx?
I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native init...
View ArticleDate formatting in React Native
I try to format a date time value according to device settings. Whatever I change on the simulator settings or in xCode scheme, I always get US format with date.toLocaleDateString()So I tried different...
View ArticleBackground color turns black after OnPress, when displayed on top of FlatList
Very strange behavior, I am using a FlatList, and on top of it there are 2 floating buttons (TouchableOpacity) (absolute position) and when they are pressed, their background color turns black. This...
View Articlereact-native-fbsdk not returning email
I have integrated the react-native-fbsdk library and getting user profile info such as name, middle name etc except emaili have tried readPermissions={["email,"public_profile","friends"]}Then too not...
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 Articlereact native app crashes ios on drag down screen to move back
in debug mode the app runs perfectly fine and smoothly from VS code. but in the release mode generated from Xcode the app crashes on dragging header top to move to back screen.i have even imported...
View ArticleFirebase/Crashlytics Dashboard not showing any test crashes for android
I can't understand why it's not showing into Firebase Crashlytics Dashboard ,when i'm trying to link this packages manually i'm getting the error about the duplication. Else i trying to change...
View ArticleWhat is the meaning of 'No bundle URL present' in react-native?
When I run a react-native project, I get a error no bundle URL present , but I don't know what mistakes I do, I was very confused.
View ArticleXcode doesnt include files to build on iOS 13.3
I just update my iPhone to iOS 13.3 and now im unable to build a simple react native app, i tried to download the newest xcode version (Xcode 11.3 beta) wich supposed to include the files but it...
View ArticlecomponentDidMount not retrieving asyncStorage data
I have an app with a playlist of videos. As each video plays, I get the index of the video, save it in state, and save it in AsyncStorage. Yet, when I reload the app, I get the current index of the now...
View ArticleHow to tell users about new updates?
I have a React Native app with firebase for backend, And now I'm in the last part to release it, But I have a question, after releasing my app I will add some updates or something and I want to ensure...
View ArticleReact Native Xcode Apple Mach-O Linker (ld) Error Group - _RCT.. problem
When I try to get build via xcode in my application with react native, I get error like below. I have tried many solutions via xcode, but I can't find out why the problem occurred. Can you help me with...
View ArticleReact native ios app crash when remove from background and try to open it
I have created React native iOS application. Everything is working fine in my application I have handle push notification also. For this I used this code. It manage my application foreground ,...
View ArticleReact-native icon inline with text
Hi I want achieve the following style:But with the following code i get a the icon in separate column and the text in another<View style={{flex:1, flexDirection:'row'}}> <Icon height={10}...
View ArticleThread 1: signal SIGABRT error running on Xcode 11.2.1
The project(react-native) was running fine on Xcode 10.2, and to test it on iOS 13, I tried opening the project with Xcode 11.2.1 and the app crashes at startup and the error from the Xcode 11.2.1...
View Articleonpress stops working when loading new items react-native Android
the following code works fine on iOS, but on android after loading the orders array and rendering it, the onpress event stops working, at first I thought it was a problem with firebase but then I did...
View ArticleAppLock feature on React-Native application
I'm quite new to React-Native development and trying to implement AppLock feature in my application for both Android and IOS but not sure how to implement it. It would be great if anyone can help me on...
View Articledynamic google-service.json after apk is generated
I have an app that sync data with my API. I want this app have a dynamic "google-service.json", I want to pass the google-service.json after the app.APK is ready and the app is installed on the device...
View Article