Relative Content

Tag Archive for iosreact-nativeexpo

Unimplemented Component Error when using expo-blur React Native Expo SDK52

I am getting an Unimplemented Component error when trying to use a BlurView. I’using react-native v0.76.6 and Expo SDK v52.0.25. I’ve tried a few different versions of expo-blur but no changes. I have also tried a couple different versions of react-reanimated bit I still see this rendering error and if I go too far back in reanimated versions, the app throws a Native Module not found error.

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?