Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

enter image description here I am currently developing ios + android app on EXPO. I have submit my app but got rejection because of above error in img. I have no clue from which page that error got ...
전현오's user avatar
-5 votes
1 answer
61 views

I’m facing the new Play Console requirement that Android apps must support 16 KB memory page sizes by November 1, 2025. Because of this, I’m planning to upgrade my project from Expo SDK 52 to Expo SDK ...
Avishka Vishmitha's user avatar
0 votes
0 answers
43 views

Problem When I open my app, splash screen appears a few seconds and then app gives crash. It starts consuming more and more memory as the time pass. After reaching 3GB of ram it gives crash and closes....
Schiswot's user avatar
1 vote
0 answers
54 views

I get the following error after running npx expo start --dev-client to start my react native expo app: SyntaxError in node_modules/react-freeze/src/index.tsx: Unexpected token, expected "," (...
Tirna's user avatar
  • 547
0 votes
1 answer
47 views

I would like to highlight a multiline text in a expo app by changing the text's background color. there i can like the image highlight color. my code: import HighlightText from &...
Rasel Babu's user avatar
Advice
0 votes
2 replies
59 views

I am making a reminder app for both iOS and android based in expo using this video https://m.youtube.com/watch?v=V-hois8dgM4 for the base of the design. Unfortunately, I‘ve come to the point where I ...
Demonmasterc's user avatar
0 votes
0 answers
29 views

A few years ago i created an expo app. Added a few extra things on top of the default created app. Now I am trying to update this app to the latest expo version, after installing expo and all the ...
Dierke9's user avatar
  • 11
-2 votes
0 answers
39 views

I am building a mobile application and the framework I am using is React Native + Expo. When it comes to verifying the clerk's email, there is an error that the verification failed. I received the ...
DucVjt's user avatar
  • 1
1 vote
1 answer
69 views

I have an Expo app where I have an element. I want to call an async function when I double tap that element. For doing that, I found the react-native-gesture-handler library. I wrapped the whole ...
davidcm-dev's user avatar
-1 votes
0 answers
51 views

I'm trying to get Expo push notifications on Android working and I'm stuck with this error: InvalidCredentials: Unable to retrieve the FCM server key for the recipient's app. Make sure you have ...
Rajvir Singh's user avatar
Best practices
0 votes
0 replies
40 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
-1 votes
0 answers
22 views

I have a React Native app using Expo Router and React Query. I fetch a list of items using useQuery and display them in a FlatList. I also have a mutation using useMutation to add a new item. In ...
amal ouerfelli's user avatar
0 votes
1 answer
57 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
-3 votes
0 answers
50 views

I have created this code but I can't seem to test if this works, I try to schedule weekly notifications but nothing shows up from expo go. This is made to work both on IOS and Android. I get ...
Hugo Mattsson's user avatar
0 votes
1 answer
43 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
1 vote
1 answer
40 views

When running on iOS I am receiving the error "[runtime not ready]: console.error: React Native version mismatch. JavaScript version: 0.81.5 Native Version: 0.79.6" The app runs fine on ...
Dftba45's user avatar
  • 21
0 votes
0 answers
58 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
1 answer
59 views

I am developing an Expo app and want to implement push notifications with images. Unfortunately, expo-notifications does not support images in push notifications, so I want to use @react-native-...
Parveen Kumar's user avatar
1 vote
0 answers
61 views

My mobile app using React Native I build using eas build -p android --profile preview. It created an qr-code using which I downloaded my apk file and I installed that. When I open the app it is ...
Subash developer's user avatar
0 votes
0 answers
56 views

I'm facing a persistent Status Bar issue in my React Native app using Expo. The Status Bar displays correctly during development and on first app install, but becomes white with unreadable content ...
AmmanOutscalars's user avatar
0 votes
1 answer
24 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
1 vote
1 answer
50 views

In a react native expo app for Android: I get no error when I run 'npx expo-doctor' I get successful 'Android Bundled' message when I run 'npm run android' I tried deleting ./android and/or ./...
gchariton's user avatar
  • 161
0 votes
0 answers
38 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
44 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
48 views

I’m trying to get Firebase email link sign-in working smoothly on iOS. The link users get in their email comes from projectname.firebaseapp.com/__/auth/links?link=..., which then redirects to my ...
Sindhu Satyanarayanan's user avatar
0 votes
0 answers
18 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
25 views

I am using React Native 0.79.6 with Expo 53.0.0 managed development and added Swipe left and Swipe right using <GestureRecognizer> from react-native-swipe-gestures 1.0.5 to my main working ...
rjapenga's user avatar
  • 277
0 votes
0 answers
32 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
57 views

I’m using React Native with Expo SDK 54, and I have an API client built with Axios. All my normal JSON requests are encrypted before being sent to a .NET 6 backend. When I send a normal JSON body, my ...
ekod27's user avatar
  • 1
0 votes
0 answers
48 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
0 votes
0 answers
28 views

I was doing the official Expo tutorial when I encountered a type error. I had a <Link> in my +not-found route that linked to the root directory. When I moved the routes into a route group called ...
dmfr56's user avatar
  • 16
1 vote
1 answer
44 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
78 views

I'm using KeyboardAvoidingView on React Native (expo). Everyhing is fine until keyboard closed and there's permanent empty space after keyboard closed. You can see screenshots below. Code: export ...
takeusback's user avatar
0 votes
1 answer
42 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
Advice
0 votes
1 replies
57 views

I’m trying to create a background image in my Expo app where the blur effect smoothly increases from top (no blur) to bottom (strong blur). At the bottom of the screen, I have white text on top of ...
kozdro's user avatar
  • 123
1 vote
1 answer
92 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
-3 votes
0 answers
97 views

Question I’m using Expo Router in a React Native app and ran into an issue with stack navigation. Structure app/ ├── _layout.tsx // Tabs ├── index.tsx // Home tab └── profile/ ...
Abbassiahmed's user avatar
0 votes
2 answers
87 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
-3 votes
0 answers
70 views

During build and submission to the app store there was no issue (no issues in expo go , nor did I get an issues during eas dev build). But when I submit for a review it got rejected. I tried ...
Maxwell Wong's user avatar
0 votes
0 answers
34 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
75 views

I am building an app(expo react native ts with custom native code in the android folder) that uses android's accessibility service/feature to read what is on the screen, and it's triggered by events ...
Ali Abbara's user avatar
0 votes
0 answers
25 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
1 answer
71 views

I’m working on a React Native app using Expo (SDK 54). The Android build works perfectly, and the app also runs fine on an iPhone device via expo start --tunnel (we've tested it with client as they ...
Ali_dotNet's user avatar
  • 3,299
0 votes
2 answers
56 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
-4 votes
1 answer
92 views

I'm implementing Google OAuth in my Expo app using expo-auth-session and Firebase, but I'm facing two interconnected issues: makeRedirectUri({ useProxy: true }) returns exp://192.168.1.48:8081 ...
aurxc's user avatar
  • 43
0 votes
0 answers
32 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
0 votes
0 answers
34 views

I have migrated to react-native-firebase 22.2.1. I am using Expo SDK 53 and React Native 0.79.6. I import the packages as below: import analytics from "@react-native-firebase/analytics"; ...
rjapenga's user avatar
  • 277
Advice
1 vote
1 replies
40 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
Advice
0 votes
1 replies
107 views

I’ve set up push notifications in my React Native app using Expo’s Notifications API. i am using expo sdk 54.0.10 Notifications work perfectly in Expo Go, but when I build the app using this command: ...
Ronan power's user avatar
0 votes
1 answer
173 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
2 3 4 5
341