Relative Content

Tag Archive for react-nativeexpoexpo-go

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).

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:

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?