Relative Content

Tag Archive for iosreact-nativeexpo

EAS ios Build: Authentication with Apple Developer Portal failed

I am having trouble building my first ios app. I have gone ahead an purchased a developer account, as I instructed by the previous error. Now, I am getting this error and have no notifications of statements I need to agree to when I log into my apple account. I have noticed some questions with similar looking questioning but when I read them, they were experiencing different issues. Some help would be appreciated.

Problem connecting Expo Go to iPhone Device

I have a RN project which I have been working on for a few months on a Windows 11 machine and all of the latest react native modules installed. I have been testing on both an Android emulator and a physical iOS 17 device (iPhone 11 Max).

Problem connecting Expo Go to iPhone Device

I have a RN project which I have been working on for a few months on a Windows 11 machine and all of the latest react native modules installed. I have been testing on both an Android emulator and a physical iOS 17 device (iPhone 11 Max).

Expo Document Picker not allowing to pick a document

I am using Expo with React Native for my app. upon clikcing on a button, i want the user to have the ability to upload multiple pdf files. I am using expo and the expo go app (on a physical device and on a simulator) to test code.

Expo: How to add a “folder reference” to the iOS Xcode project

I’m building an React Native app with Expo. I need to add a reference to a folder containing multiple files into my iOS Xcode project so that all the files are built into the IPA. I can do this manually by updating the Xcode project myself but that isn’t the expo way of doing things and I’m pretty sure would not work with an EAS build. Is there an expo plugin or something that can create this folder reference at build time?

React Native with Expo and adding folders to iOS

In React Native with Expo, can you include a folder in the iOS build thru configuration without having to update the iOS project directly? The folder I want to add has various binary and text files in it. Also, I want to add the folder as a whole, not just individual files, such that if a new file is added to the folder it will automatically be pulled into the next iOS build. This should be equivalent to adding a folder reference in Xcode.