Notifee EventType.PRESS not firing when notification is pressed in background...
I have a working react-native app which I'm now integrating Notifee into. I am only prioritizing iOS platform at the moment, so assume iOS only for the rest of the question. Thank you in advance!In my...
View ArticleCan I test my iOS universal links for my expo app?
I want to set up universal linking for my iOS expo app.I have set up the AASA file under www.motomeet.app/.well-known/apple-app-site-association and I have added the following to my app.config.js...
View ArticleReact Native iOS Crash: setSheetLargestUndimmedDetent: on RCTView with Core...
I'm facing a persistent native crash on iOS (iOS 17+, simulator and device) when using the standard React Native component. This issue began after I recently updated Xcode, React, and React Native to...
View ArticleExpo React iOS Build fails DVTDeviceOperation: Encountered a build number ""...
I am using a mac with an M1 Max chip. I have created a brand new expo react app using npx expo init. I then ran npx expo prebuild, and finally npx expo run:ios. I get the following build...
View ArticleInvariant Violation: View config not found for component `AudioWaveView`
The above code throws this error everytime on iOS but is working fine for Android.I am using react-native-waveform to show the audiowaveform from my audiopath.Warning: Invariant Violation: View config...
View ArticleLive Activity not showing up - React native
I have a React Native project and I'm trying to start a live activity.The activity.id is printed as expected, but the live activity is not showing on either simulator or a physical device.The Preview...
View ArticleHow can I solve a non-std C++ exception in my React Native TypeScript...
I am looking to solve a recent problem of mine in a React Native TypeScript application, ran with Expo compiler.Here is my full stack trace:non-std C++...
View ArticleI'm getting std::char_traits error with React Native Production build and...
This is more of the error: - implicit instantiation of undefined template 'std::char_traits<unsigned char>'I implemented the ability for users to anonymously log into my React Native app and...
View ArticleHow do I send a local image file on React native Notifications IOS Attachments
I'm trying to schedule a local notification in my React Native app (using Notifee) that includes an image attachment. The image is selected and copied to a temporary path using react-native-fs, and the...
View Articleld: Could not find or use auto-linked framework 'CoreAudioTypes': framework...
I am running into issues when trying to upgrade from SDK 48 to SDK 49. I run the command npx expo run:ios --no-install.› Compiling react-native-reanimated Pods/RNReanimated » ReanimatedRuntime.cpp❌...
View ArticleResources not ending up in the bundle using a local Expo module with a...
tldr; I need to get the strings resources to be copied from a dependency of my local module into the app bundle.I'm using FirebaseUI/Auth to present a UI for signing in. My project is an Expo project...
View ArticleMapBox with Expo: Cannot get styles
I am trying to build a map feature on my expo app. I am using the maps package. It requires Expo. It requires native code so I setup Expo that way. However, when I build the ios app I get an error:...
View ArticleFirebaseAuth/FirebaseAuth-Swift.h file not found in React Native iOS Project...
I'm working on a React Native CLI project (iOS) and encountering a build error in Xcode: 'FirebaseAuth/FirebaseAuth-Swift.h' file not found. This issue occurs when trying to integrate Firebase...
View ArticleThe archive did not include a dSYM for the React Native with the UUIDs
For React native Trying to publish an app on the Apple app store. But after building the archive, when I try to distribute or validate the app, Xcode keeps me showingThe archive did not include a dSYM...
View Articleexpo v52 build IOS fails because in "Run fastlane" steps...
I am using expo version 52, I am trying to make an ios build with 'eas build --platform ios' but I got this error:The "Run fastlane" step failed because of an error in the Xcode build process. We...
View ArticleHow to implement Apple RoomPlan API in a React Native iOS app using native...
I'm trying to integrate Apple's RoomPlan API into my React Native iOS app. Since RoomPlan is available only in Swift (iOS 16+), I'm using native module bridging to make it work with React Native.Here's...
View Articleexpo-av [prepare encountered an error: Error Domain=NSOSStatus error-Domain...
I am using 'expo-av' in a bare react-native project to record audio. It is working fine on Android and 50% of the time on IOS.The other 50% of the time it give the error.prepare encountered an error:...
View ArticleWhy I am getting error on RN iOS app on a simulator?
I am a beginner running an RN iOS app on a simulator. I haven't changed any code, but rebuilt the source code with Expo. I am encountering an error says[f3d37b41] Request failed with error Error...
View ArticleiOS app crashed on upgrading to react native 78 on bitrise build Failed to...
Thanks in advanceI upgraded to react native 78.2. Post update local builds are success and am able to install in physical device. But a build generated from bitrise , running the physical devices...
View ArticleCannot create react native project Installing pods failed
I am creating a react native project and got this error.Downloading templateerror Installing pods failed. This doesn't affect project initialization and you can safely proceed. However, you will need...
View ArticleExpo 53 push notifications stopped working in my production build after the...
I am unable to see push notifications on my mobile device for my app in production. My issue is only in IOS and only after I updated my project to expo 53. Downgrading it back to 52 showed me a...
View ArticleInvariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNMapsAirModule'...
I'm working on a React Native project (v0.79.0) using the New Architecture and Hermes. Everything builds correctly, but the app crashes at runtime on iOS with this error:[runtime not ready]: Invariant...
View ArticleHow can I resolve CHSErrorDomain error 1300 while trying to preview widget in...
I am trying to add a widget app extension to my React Native project in Xcode 16 and when previewing the widget I get this error.== PREVIEW UPDATE ERROR:FailedToLaunchAppError: Failed to launch...
View ArticleEnable Capabilities while creating AppID in Developer Account
I working on a ReactNative project and I have requirement to use background fetch. So I added background Mode capability in Xcode but When I enabled background mode .entitlements file doesn't got added...
View ArticleAPK Stuck on Splash Screen After Building Release APK in Expo Bare Workflow...
I’m facing an issue with my Expo bare workflow project. I installed the APK with native Android dependencies using npx expo prebuild. I was able to successfully generate a release APK build, but when I...
View ArticleEXPO react-native-maps crashes when working with nearby user query
SummaryI'm developing an app that displays users as markers on a map. The app filters userData and only renders markers for users within a 10km radius from the initial location.IssueWhen I search for...
View ArticleExpo app crashes with react-native-google-mobile-ads [ios_appd_id key not...
I am experiencing this error with react-native-google-mobile-ads: https://github.com/invertase/react-native-google-mobile-ads/issues/194My app is using an expo managed workflow with the EAS build...
View ArticleColor bug in react native navigation on ios
When I sent my app to Apple for Review before going into production, they found an issue with the navigation colors. On IOS, it gets darker, I don't know why. The tricky thing here is that in Expo Go...
View ArticleReact Native StyleSheet backgroundColor not working in iOS Fabric component
I have a native iOS Fabric component with props extends from ViewProps. My goal is to make this component act as a normal View with some custom logic when drawing, so I override drawRect:-...
View ArticleReact Native App Stuck on Splash Screen in Production (iOS)
I have a React Native app that's been live on the App Store for over a month and everything was working fine. However, recently something went wrong — the app gets stuck on the splash screen.Here are...
View Article