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 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 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 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 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 ArticleInvalid Executable. The executable...
I get this error trying to upload an archived app to Apple Store.This error appears after update to MacOS: Sequioa 15.0 and XCode 16.Error printI tryed to downgrade XCode, but it seems to not be...
View ArticleE_IAP_NOT_AVAILABLE in Expo React Native & UI Not Rendering in TestFlight -...
I am experiencing issues with in-app purchases while using react-native-iap in an Expo React Native (Managed Workflow) project with TypeScript.Issue SummaryDevelopment Mode (Simulator & Physical...
View Articleexpo prebuild doesn't generate ios directory
I have made an Expo app. I am trying to eject from Expo. To do this, I have run the command npx expo prebuild. This correctly generates the android directory. However, the ios directory is not...
View Article"No Script Url Provided" Error when running React Native Project on Xcode
I have been following the react native set up guide from https://reactnative.dev/docs/getting-started-without-a-frameworkand set up the environment according to here...
View ArticleIOS app build with expo crashes instantly after splashscreen
I have coded an app using expo and built the app with EAS. The app runs fine when I launch it on Expo Go, but crashes instantly when running the production build on a simulator, and I have no clue...
View ArticleHas anyone ever come across this error, when build an react native app to run...
non-std C++ exceptionRCTFatal__26-[RCTJSThreadManager init]_block_invoke_2facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&)invocation function for block in...
View ArticleReact-Codegen error upgrading to RN 0.77.0
After a break of over 6 months I am updating a React Native app to use version 0.77.0 of react-native. It's all good till I was forced to upgrade the react-native-contacts library as well. When I...
View Articlehow to parse .excel data from api in react-native without using third party...
In react-native I want to parse data from the api but this api provides as Excel file.Those extensions are .xlsx (for standard workbooks), .xlsm (for macro-enabled workbooks), and .xls (for older,...
View Articlereact-native-keyboard-aware-scroll-view not working properly
I am trying to use the react-native-keyboard-aware-scroll-view so the keyboard doesn't cover my inputs. For some reason it always thinks there is a keyboard active I guess because it always compresses...
View ArticleExpo Location iOS: Is there a way to stop the app from relaunching after...
React Native - I am creating a GPS app for iOS where I am able to track users location from when the user turns on the app all the way until he terminates/kills the app (multitask view and swiping up...
View ArticleNone of the input catalogs contained a matching stickers icon set or app icon...
None of the input catalogs contained a matching stickers icon set or app icon set named "AppIcon".Having this error while trying to build my expo app on eas:eas build --platform ios --profile...
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 Article