error iOS project folder not found. Are you sure this is a React Native...
error iOS project folder not found. Are you sure this is a React Native project?. Run CLI with --verbose flag for more details.When I try to run npx react-native run-ios I get this error. I set up...
View ArticleReact Native External Stylesheet
Is there a way in React Native that I can put all of my styles in a single file so it can easily be maintained (from my perspective) like in HTML we have a .css file. And also I have a module where...
View ArticleMy AppCenter fails with error "No `Podfile' found in the project directory"...
I have a React Native (v0.59) project and I'm trying to compile the iOS version on AppCenter and I keep getting this error:No 'Podfile' found in the project directory.I'm not using cocoapods on my...
View ArticleConfused to how Async storage works, when setting state
A few weeks ago I used the individual setItem and getItem with async storage methods, however after increasing my code base I changed to multi set / get and am a bit confused, as I no longer setState...
View Articlereact-native-login-twitter was refused by TestFlight because it uses UIWebView
i used react-native-login-twitter but TestFlight doesn't accept this library because it uses UIWebView which (Deprecated API Usage in IOS ) :ITMS-90809: Deprecated API Usage - New apps that use...
View ArticleCan not show image on ios when sending Firebase Cloud Message
I am developing a react native app and I am using Firebase Cloud Notification to send remote notifications to users. The problem is that when I attach an image to the notification, it isn't shown on...
View ArticlePlay .m4a by remote url in iOS with react-native-track-player
I'm trying to use react-native-track-player library in my project for both ios and android and I faced a problem. All my files(remote URLs) are .m4a and they're playing just fine on android but the...
View ArticleSignatureDoesNotMatch error when uploading video from React native to AWS...
I'm trying to upload a video to an S3 Signed url generated from Brightcove. The code I have works in Android but not on the iPhone, where it returns:<?xml version="1.0"...
View ArticleCould not connect to development server - React Native
I am creating an app using react native. I tried to change a file path to an image within my code and when I ran my app on the iOS emulator the following message was displayed.I have tried a number of...
View ArticleHow come my value gets reset to 0 when I change screen if I am using async...
I am using a stack Navigator, my main screen is tracker.js, and a second screen macros.jsOn macros.js I can add nutritional macros (calories, Fats, Carbs, Protein) manually, and add it to my...
View ArticleNo podspec found for `React-Core` in `../node_modules/react-native/React`
I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and...
View ArticleWhy is my react native app re-rendering every time I bring it to the...
apologies in advance if this is a silly. I'm only a few months into React Native.I'm a little confused why my app is re-rendering in App.tsx every time I bring the app from the background to the...
View Articlereact-native-camera orientation change freeze
We rely on react-native-camera with the feature of faceDetection for our application, which we have built for iOS and Android using react-native. On iOS seems to work just fine but when testing on...
View Articlereact-native How to open local file url using Linking?
I'm using the following code to download a file (can be a PDF or a DOC) and then opening it using Linking.const { dirs } = RNFetchBlob.fs;let config = { fileCache : true, appendExt : extension,...
View ArticleFastlane and xcode deploying to testFlight error, Invalid Image Path - No...
it's been days I am having an issue with this stupid error and still no fix after reading tons of StackOverflow solutions. I am deploying my app to the apple connect test flight and Fastlane config is...
View Articlehow to show Read More button if text length exceeds more than 2 lines in Expo...
How can I show Read more button in Text if text length exceeds more than 2 lines? On Click of that Read more button a custom popup will be shown where full text will be visible. I have searched and...
View ArticleNot Receiving Firebase push Notification in Background and in Appdelegate
My Appdelegate contains method didReceiveRemoteNotificationI was receiving logs and everything was working fine a day before.Today again when I upload my p8 certificate to my firebase IOS app. only...
View Articlereact native ios willPresentNotification function doesn't handle push...
I want to handle react native FCM with react native firebase messaging .For IOS i added required code to my AppDelegate.mI added willPresentNotification function to handle push when app is in...
View ArticleHow to disable CAPTCHA for QA env in firebase auth (react native app)?
We are working on the test automation framework for react-native app.When we try to log in on the app on iOS build (manually or automatically) we get redirected to the captcha :How we can to disable...
View ArticleCan't access to camera through react-native-webview
I am using react-native-webview version 4.0.2 . So I have a webview that contains an add button that allows us to take picture with the camera but when clicking at that button nothing is shown and no...
View Article