Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
13 views

I’m trying to implement a global <Redirector /> component in Expo Router to control the navigation flow of my app. The logic depends on: Authentication state Whether the user completed ...
Schiswot's user avatar
0 votes
1 answer
28 views

I am building a React Native app with Expo SDK 54. I want to download a file (e.g., PDF or image) from my API and save it on my device. I am not sure how to handle the file download and save it using ...
ekod27's user avatar
  • 1
0 votes
1 answer
25 views

I am using Expo Image Picker to select an image from the gallery so I can upload the file to a Supabase storage bucket called 'avatars'. In the Supabase storage docs they say: For React Native, using ...
1million_ naira's user avatar
0 votes
0 answers
46 views

So i upgraded my expo app from 52 to 54 and now it wont build for simulators at all. I have tried, reinstalling, deleting all build files, clearing expo cache etc. It builds for my physical device ...
robo's user avatar
  • 119
0 votes
0 answers
41 views

I have created an mobile app using react native and then i build using **eas build -p android --profile preview....**After that it created an qrcode using that i downloaded my apk file after that I ...
Subash developer's user avatar
0 votes
1 answer
20 views

Environment expo-router: 6.0.14 react-native: 0.81.5 react: 19.1.0 @react-navigation/bottom-tabs: 7.4.0 @react-navigation/native: 7.1.8 expo: 54.0.12 Tab Layout Configuration // app/(tabs)/_layout....
Paul S's user avatar
  • 282
0 votes
0 answers
32 views

I followed the expo doc and wrote the following code. Its main function is to use an image as a top background, where swiping down anywhere on the screen increases the image height to zoom in. However,...
jay yann's user avatar
0 votes
0 answers
31 views

I have an Expo React Native application, and I have two draggable objects which can be dragged simultaneously, at least on iOS, iPhone SE2. On Android, I can drag only one at the time, the second one ...
Bozidar Milivojevic's user avatar
0 votes
0 answers
13 views

I am trying to run a node script to generate a list of appDomains I need for Apple deeplinking. This node script calls an api to get a list of domains required. In the build step this works well as a '...
Starsky Torchia's user avatar
0 votes
0 answers
27 views

I'm using Expo Router, displaying the page as a formSheet, but my input field isn't at the bottom of the page. Does anyone know how I can fix this? If I change the display to modal, it works normally, ...
Dark's user avatar
  • 5
0 votes
0 answers
37 views

I am building a React-Native app using Expo that allows users to select and play videos from their photo library. The app works for locally stored videos, but fails when users try to select videos ...
Hudson's user avatar
  • 51
1 vote
1 answer
35 views

I'm working on deep link handling in an Expo Router (React Native) app. When I open a deep link like this: myapp://news/a81c95f9-a6ae-4f1a-8e95-f30b344bbc46 it contains a news ID at the end which I ...
Sanket's user avatar
  • 11
0 votes
1 answer
36 views

I'm using Notifee with React Native Firebase Cloud Messaging (FCM) to display styled notifications that include HTML tags such as <b>, <i>, and <font color='green'>. In light mode, ...
Japjyot Suri's user avatar
1 vote
1 answer
77 views

I've a problem with the Nativewind variables. I created my project on the new version of expo (sdk 54) and therefore nativewind v4 but there is no more file tailwind.config.js to put variables, only ...
Raphaël Miroir's user avatar
0 votes
2 answers
80 views

I am logged in, but I still get a permission error when I run eas build -p android --profile preview eas.json { "cli": { "version": ">= 16.17.3", ...
Akumbom's user avatar
  • 21
0 votes
0 answers
29 views

My old application was built using Expo, and the backend was sending push notifications using the Expo Push API. - Now, we have created a new project using React Native CLI. - Is it possible to ...
vignesh's user avatar
  • 66
0 votes
0 answers
20 views

I have a FlashList displaying a complex list of items. To optimize it, I am using getItemType, overrideItemLayout, and keyExtractor. Everything works perfectly in Expo Go and on a local build (npx ...
Mitansh's user avatar
0 votes
2 answers
49 views

I manage auth with a context that exposes user and loading. On auth state change (login/logout/signup), I conditionally render either an Auth navigator or the App navigator. What works If I only mount ...
Vicious's user avatar
  • 13
0 votes
0 answers
29 views

When navigating directly to nested routes (e.g., /(tabs)/personal/journal/[id]) without first visiting the parent stack's index route (/(tabs)/personal/index), the stack navigation history breaks. ...
Romera02's user avatar
Advice
1 vote
1 replies
39 views

Hope you're having a nice day. I'm working on a React Native todo list app. I want to slice my text when the available width is full and add "..." at the end. Right now I've the algorithm to ...
OscarG.'s user avatar
0 votes
1 answer
166 views

This code worked previously, but now that I upgraded my expo version I am getting the error TypeError: Cannot assign to read only property 'userId' of object '#' export interface CurrentUser { ...
Dftba45's user avatar
  • 21
1 vote
0 answers
49 views

I'm building an app with React Native / Expo SDK 54. The app bundles ~42,000 compressed HTML files (.zst format, ~224 MB compressed) that need to be accessible without network access. The Problem My ...
Sean Lees's user avatar
2 votes
0 answers
53 views

I have built an expo react native app where there are TextInput fields and Picker. Everything was fine while building the UI, the moment I start filling the forms the app suddenly crashes at no ...
Laspeed's user avatar
  • 1,121
0 votes
0 answers
37 views

image showing the ui layout for this code: <Animated.View className="flex-1 items-center justify-center bg-red-600"> <Animated.View className="h-40 w-48 bg-green-800">...
Khldon Alkaateh's user avatar
1 vote
0 answers
180 views

I'm trying to put together a project for iOS at Expo. I run the following commands: rm -rf node_modules android ios npm i there is my package.json: { "name": "firstapp", &...
R0n316's user avatar
  • 23

1
2 3 4 5
341