React Native init specific version
I upgraded my latest project to React Native 0.19 and instantly the video no longer works. How can I create a new project with a specific version? I want to init a new project at version 0.18.1. I did...
View ArticleHow to execute code when app is killed react native
How can I run specific code when the app is in a killed state in React Native for both iOS and Android?
View Article(NOBRIDGE) WARN [Layout children]: No route named...
(NOBRIDGE) WARN [Layout children]: No route named "inspection/[projectId]/[itemId]" exists in nested children: ["+not-found", "login", "new-project", "_sitemap", "(auth)", "(tabs)",...
View ArticleExpo SDK 51 - App crashes after splash screen on iOS and Android (EAS build,...
I'm using Expo SDK 51 with `react-native-google-mobile-ads` and `expo-build-properties`.After building with `eas build --profile development --platform ios/android`, the app installs correctly on the...
View ArticleWhy does the useAnimatedProps not work for applying transformations like...
I am trying to animate a Rect component using react-native-reanimated and react-native-svg. The transform works on Android using useAnimatedProps, but on iOS and Web, the rectangle does not rotate. It...
View ArticleApp not using the connected bluetooth mic with React-native-webrtc
My app uses react-native-webrtc and handles calls through it. It uses the device microphone by default. When a bluetooth headset is connected to the device, the app still routes the audio to be picked...
View ArticleXcode Build Fails - Command PhaseScriptExecution Failed Due to Missing Node...
I am working on a React Native project and encountering the following build error when trying to run my app on iOS using Xcode:Node found at:...
View Article'RCTAppDelegate.h' file not found
After updating the RN version from 0.70.6 to 0.71.4 ios pod install working, but the app doesn't build and gives an error.'RCTAppDelegate.h' file not foundany ideas??I have tried all steps in...
View ArticleHow can a url not open in a native app but open in a react-native app?
Hello I'm having some issue opening a URL to a browser outside the app, the error is only being reported on the MDM devices, locally they work fineLink is being opened as follows: guard let url =...
View ArticleApp Store rejection due to crash on iPad 5th generation (iOS 18.3.2) -...
My iOS app (built with Expo SDK 51 and React Native 0.74) was rejected by the App Store because it crashes on launch for the iPad 5th generation running iOS 18.3.2. The app works fine in simulators...
View ArticleXcode Using Wrong Node.js Path When Building React Native iOS App
I'm working on a React Native project, and when I try to build the app for the iOS emulator using Xcode, I get the following error:Node found at:...
View ArticleUnable to update live activity in my iOS app from FCM (Firebase cloud messaging)
I am trying to integrate live activity into my React Native iOS app. I have made the UI, defined necessary attributes, and tested updating live activity using Apple Push Notification Console, which...
View Articleexpo EAS build (iOS) fails in Pod installation step (SDK45 & 46)
I am trying to build iOS app (simulator) from expo managed project. The build fails At Pod installation step.In Expo SDK 44 everything is okay. But when I upgrade to SDK 45 or even 46, I am facing the...
View ArticleWebView Ignores Indirect CSS Styles on iOS Device
Bug description:When rendering an HTML page inside a WebView in a React Native (Expo) app, we first download a React production build (static zip file) and save it in the app's document directory. We...
View ArticleHow to fix crash ios production from expo go
The iOS production app, built from Expo Go, successfully downloaded a large amount of data (over 40,000 products). However, when trying to select data from these items, the app crashes. How can this...
View ArticleEXPO Build Limits
This account has used its iOS builds from the Free plan this month, which will reset in 4 days (on Tue Apr 01 2025). Upgrade your plan for more builds with shorter wait times and longer timeouts, and...
View ArticleReact Native Header title doesn't take full width on ios
In my react native app I'm noticing that my header element is behaving differently on ios than android. I set the header title to width: 100% but on ios it still has considerable margins on both sides....
View ArticleIncluding FFmpeg.framework Into My IOS App
I'm trying to manually integrate ffmpegkit.framework into my Expo Bare Workflow iOS app (built with React Native + native modules via Xcode) because the ffmpegkit will be deprecated and the binaries...
View ArticleHow do I get React Native App running on ios
I developed a React Native app using VSCode. Everything works on PC when running on Android. It's actually in testing on the Google Play Store.I purchased a M4 Mac Mini to run Pod commands.Opened the...
View ArticleUploading to TestFlight using Fastlane
I have been trying to upload my app to TestFlight from GitHub Actions for sometime now with no luck.Workflow yml file:name: iOS Build and Upload to TestFlighton: workflow_dispatch:jobs: build-ios:...
View ArticleAndroid > Gradle error: autolinkLibrariesFromCommand fails in settings.gradle
I'm building a React Native app(because of using IOS + Android) (using version 0.78) on Windows, and when I run:.\gradlew cleanin VSC terminal, I get the following error:ERROR:...
View ArticleReact Native RNPickerSelect doesn't open on iOS
All works fine on android but in iOS my picker doesn't open.I have tried to change style, remove style, but nothing works.My picker :<View style={[styles.pickerWrapper,...
View ArticleCannot read property 'AppleLocale' of undefined
In my React Native app (version 0.77.1), I get the error 'TypeError: Cannot read property 'AppleLocale' of undefined' on iOS. I use 'AppleLocale' in the following code:Simulator Screenshot...
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 ArticleReact Native iOS Background Fetch Event Not Triggering Automatically
I'm trying to implement background tasks in iOS using the react-native-background-fetch package. When I manually trigger a background fetch from Xcode (Debug > Simulate Background Fetch), the event...
View ArticleAlternative to MAC Address for Uniqueness in iOS Bluetooth Connection
I am developing a React Native app for a health monitoring device that connects via Bluetooth and streams live data on iOS. To ensure the uniqueness of the device, I initially planned to use the MAC...
View ArticleUnable to get JSI runtime in React Native iOS bridge
Problem DescriptionI'm trying to implement a JSI Bridge in my React Native iOS app, but I can't get the runtime object from RCTCxxBridge after the RCTJavaScriptDidLoadNotification is triggered (it...
View ArticleCan't build `PKAddPaymentPassViewControllerDelegate` when setting up Expo...
I'm adding support for Expo Modules in an existing React Native app. I've been following the "Install Expo modules in an existing React Native project"-guide here, but I run into problems after changes...
View Articleasset validation failed invalid executable. the executable...
I encountered this problem after updating to macOS 15 Sequoia and the latest version of Xcode 16. I'm getting this error when trying to publish the build from Xcode.Does anyone know the solution?
View ArticleAsset validation failed, NSLocalizedRecoverySuggestion=Invalid Executable....
if a build the app it is correct. archieve is also correct. but when i upload app to Test Flight i get this error o MacOS 15 , Xcode 16 .<IDEDistributionContext: 0x7f9ef32a6d50; archive =...
View Article