React-Native Bundle Error error SHA-1 for file is not computed
I am facing this error while creating bundle of react-native app.I am executing command react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle --platform ioserror SHA-1...
View ArticleGallery opens and close automatically in iOS React native! Working fine in...
I'm facing this issue first time. This same code of react native is working fine for android. The issue is when I open gallery to select images, gallery/photos open and closes automatically. I've...
View ArticleExpo iOS React Native - White screen on iOS on OS prompt
I am developing an app in RN with Expo. It's basically a WebView of the website, that listens to postMessages to switch to the Login and Signup Screens using a ReactNavigation stack.My problem: when I...
View ArticleReact Native: how to change status bar icon colors
I can't seem to find a way to change the colors of the status bar icons to white - at the top of the screen, e.g time & battery.I've tried adding the following in info.plistStatus bar style:...
View ArticleError compiling ios react-native app in .xcassets
enter image description hereI have macOS Catalina version 10.15 Beta (19A501i) in a virtual machine (VMware® Workstation 15 Pro version 15.5.1 build-15018445) Xcode version 11.3.1 (11C504)enter image...
View ArticleNotification issue iOS and Firebase Cloud Messaging react-native
I am trying to send notification from Firebase Cloud Management my iOS Application is not getting notifications and this function is not getting called.I am getting fcm_registration_idimport firebase...
View ArticleHow to grant access to react-native-camera after don't allow is pressed first?
At first, when you run the app for the first time and go to the camera it launches the Permission modal on android or ios with the don't allow and allow options.The package used is react-native-camera....
View ArticleCan I run ios app in windows after eject?
I develop hybrid mobile application using react-native. I want to run ios app on my Iphone 7 in windows laptop. So I use expo and eject my project. In this point, can i run ios application in windows...
View Articlereact-native ios icon Image.xcassets - distill failed for unknown reasons in...
I have macOS Catalina version 10.15 Beta (19A501i) in a virtual machine (VMware® Workstation 15 Pro version 15.5.1 build-15018445) Xcode version 11.3.1 (11C504)This is the error.Images.xcassets and...
View ArticleXcode 11 unable to CopyPlistFile plist file that was just copied using build...
I'm trying to follow the instructions here (for iOS) for setting up multiple environments for my React Native project. The idea is that I can make use of Build Phases to copy any plist into...
View ArticleAndroid key signing on Windows for React Expo app?
I'm currently following this tutorial (https://medium.com/@inaguirre/react-native-login-with-google-quick-guide-fe351e464752) to add "Login with Google." I got the OAuth client ID working for iOS, but...
View ArticleRun react-native application on iOS device directly from command line?
Is it possible to run react-native application on an iOS device directly from the command line like we do on simulator with react-native run ios --simulator "iPhone 5s"?
View ArticleGoogle Admob ads not showing
I just created an android and ios app and I wanted to integrate ads from my google AdMob account but the Ads do not show up.However, when I test my app from the developer's guidance as they provided in...
View ArticleiTunes look up api for testflight apps [closed]
I am looking for a way to use the lookup API for iOS applications in testflight. I looked into the documentation and was not able to find an equivalent. Any recommendations ?
View ArticleReact Native: Which navigator should I use? [closed]
I have to build a relatively big cross-platform (iOS & Android) application within 3 months. So far when it comes to React Native I only have experience with NavigatorIOS. Now while I never really...
View ArticleReact native ios "Native Module cannot be null"
i try to run my react native code in ios simulator, but i keep get this error on my simulator,I already did npx pod-install but this error keep comingthis problem only appear on ios, in android it work...
View Article[RN][IOS]Is it possible to use react native RCTLinking in conjonction with...
I am currently handling ios universal links through the RCTLinking API. For some reasons, I need to work with Firebase dynamic links and I am wondering if it is possible to use both in my app.My issue...
View ArticleReact-native react-native-swipe-up-down-fix plugin does not work properly...
I want to implement swipe gesture in the app for that I tired react-native swipe-up-down plugin it worked perfectly without footer tab-bar in the app, but when I add tab-bar in the footer then it works...
View Articleundefined is not an object (evaluating '_reactNative.Stylesheet.create')
I am getting is pesky error 'undefined is not an object (evaluating '_reactNative.Stylesheet.create')' as can be seen in the screenshot as well. Following is the code I am using;import React,...
View ArticleIOS ( React native) app. Rotate screen when app starting
"react-native": "~0.61.5"Problem: The first app launch always opens the app in portrait orientation.Should be: As current iPad orientation (iPad landscape - app landscape, iPad portrait - app...
View Article