Setting custom domain for Expo dev server
I’m working with the react-native Metro Bundler through Expo, and it serves my application using a local address:
image showing local host:port for app
Why can I not get Expo Go tunnel to work?
So i have a problem where i can’t use expo tunnel anymore. I had been using it to test my app in Expo Go, but now it is stuck in Development mode. It happened after i built my app for android (before I only had it built for IOS).
TypeError: 0, _toolkit.configureStore is not a function (it is undefined)
TypeError: 0, _toolkit.configureStore is not a function (it is undefined)
How do I make all the buttons be the same size in this React Native/Expo screen?
I’m trying to copy a Figma design for a screen using React Native/Expo. I have fixed most of the errors I had, but I’m still stuck in one of them. I am using even and odd rows, with the odd rows having three buttons, while the even rows have two. Does anyone have any idea how to fix it? I’ll post the entire code as well as the current and reference images for the screen here so you can take a look:
React native state background re-render
My goal is to hide the screen of application after another app was opened and therefore my application was put to background state.
After update to Expo SDK 51 – @expo/vector-icons stopped working
I have updated my project to Expo SDK 51 and vector icons stopped working. It doesn’t show the icons anymore when I start the project from Expo Go.
Problem with upgrading Expo Go app from SDK 49 to 51
The developers on my team are having trouble running our app on Expo Go, which recently upgraded to SDK 51. I followed the steps here (https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/) and edited our package.json
and babel.config.js
to accomodate for these changes. However, when running the app on Expo Go, the following errors appear on startup:
Expo go 23.1 update causing Failed to parse manifest error
Yesterday expo go updated to version 23.1. NOthing changed on my app. its a react native project using expo. I went to launch the app on my iphone with expo go and Im getting an error stating ‘there was a problem running the app. failed to parse manifest. the operation couldn’t be completed. (exupdates.updateerror error 1.)’ Does anyone. know how to fix this?
My React Native app crashes (a simple mistake)
Before the SDK 51 update came to Expo, my application was working, but now when I navigate between tabs or click a button with a navigator, the application closes, probably due to a simple error. What is the reason and how can I solve it?