npx expo run ios : Failed to create the native directory
When trying to run npx expo run ios, I encountered the error message Failed to create the native directories with npm exiting with non-zero code: 243.This error suggests an issue with the native...
View ArticleDetect timestamp changes in React Native
We are currently developing an attendance management application and the core functionality is for the user to check in and check out through the app even when they're offline.The problem we're facing...
View ArticleReact Native Fixed Bottom Input Keyboard (Social Media Post UI)
I am trying to create a view post ui for a social media feature of our app. We have a post (the flatlist header component), the comments (the flatlist), and a fixed bottom text input that leverages...
View ArticleReact Native App Failed to build with error message: Building for iOS, but...
The app has been working well for a couple of days when I run it on a device, but then I clean build folder did some changes and then it failed to build. I used to be able to run in either from VSCode...
View ArticleAdd Privacy Blur when app in background for ios
I am trying to make my react native ios app blur the screen when user is swiping up from the home screen and when user is in the navigation app picker stackthis is an example of what i want to to look...
View Article✖ Installing CocoaPods dependencies fails on M1 Mac with React Native
I get the following errorSearching for inspections failed: undefined method `map' for nil:NilClasserror Installing pods failed. This doesn't affect project initialization and you can safely...
View ArticleUnable to execute iOS Project in React Native
Invariant Violation ErrorI have a react native project setup and configured for both android and iOS.For both these OS I am able to build the project and execute it successfully only for android.Not...
View Articlepod install failed with Error installing JitsiWebRTC (react-native)
I'm trying to run an iOS build for a react-native project. This build runs fine on ANDROID.However, running pod install displays this error:TERMINAL ERROR MESSAGEThe project has react-native-webrtc...
View ArticleHow can I dynamically change the app icon in an Expo-based Android and iOS...
I'm developing a mobile app using Expo and I need to dynamically change the app icon after it has been installed on both Android and iOS devices. The URL for the new icon will be received from the...
View ArticleReact Native In-App Purchase Implementation on iOS
Hello Stack Overflow community,I am currently working on a React Native application with a Node.js backend, targeting both Android and iOS platforms. Specifically, I am integrating in-app purchase...
View Articleeas build for ios: metro encountered an error: cannot read properties of...
I'm trying to run an eas build for an expo go app by running eas build --platform ios. It errors out of the build during the "Run fastlane" portion of the build.This is the exact error:❌ Metro...
View ArticleSending form data to form only working when predeclaring variables
I am right now trying to create a form where all of the data will be sent to an excel. I found this code snippet, and it did work as pasted, but as soon as I got my own data into it it stopped working...
View ArticleGetting Build error in react native for ios
I have been trying to build an ios app on my macbook pro M2 chip from last couple of days, but unfortunately i was not successful in doing so, I have been getting errors which i am not able to solve....
View ArticleSynchronous image loading warning in React Native - How to fix using URLSession?
I'm encountering a warning in Xcode's log when testing my React Native app:Synchronous URL loading of...
View Article'ReactCommon/TurboModuleBinding.h' file not found React Native on IOS
i integrated react native for my IOS project and encountered this problem, below is my podfilerequire_relative '../node_modules/react-native/scripts/react_native_pods'require_relative...
View ArticleCan't show Image in React Native
I'm using react-native 0.28.0I'm trying to show an image on iPhone simulator according to this tutorial: Introduction to React Native: Building iOS Apps with JavaScript | Appcodavar styles =...
View ArticleNotification received but not displaying in phone (Android specifically)
I get the log message received from Airship, but notification not showing in phone. I am using "@ua/react-native-airship" it is working in iOS but not in android.Below is the response I got from...
View ArticleXcode: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or...
I am getting this error after updating Xcode. The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.It was working fine before the update.I have...
View ArticleUndefined symbol: _GDTCCTConstructiOSClientInfo...
I have the following problem when compiling my React Native application in XCode Version 15.3 (15E204a)`Undefined symbol: _GDTCCTConstructiOSClientInfoUndefined symbol:...
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 Article