141,452 questions
-1
votes
1
answer
75
views
Document.cookies set from inside my webview are undefined
I have a webapp that's already production ready to run inside a React Native Webview. The app uses the package js-cookie which saves the accessToken and refreshToken to the browser cookies.
import ...
-1
votes
0
answers
15
views
Integrating Apple Pay into React Native mobile apps that use authorize.net [closed]
We are looking to find the resources and the steps to take to turn on Apple Pay at checkout for mobile apps that we manage that route credit card based orders through authorize.net API keys. We need ...
0
votes
0
answers
55
views
GitHub Actions iOS build fails with “Exit status 65” – works locally with Xcode 16.1
I have a React Native project that builds and uploads successfully using Fastlane on my local Mac (Xcode 26.1).
However, the GitHub Actions iOS build fails with the following error:
** ARCHIVE FAILED *...
2
votes
0
answers
70
views
Task :app:mergeExtDexDebug FAILED error without code changes
My react native app (RN 0.71, AGP 7.3.1, Gradle 7.5) compiled on android without issues last week.
This week when trying to compile again without making any changes to the code and the machine i get ...
0
votes
0
answers
23
views
Type error in expo router Link href when using route group
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 ...
1
vote
0
answers
40
views
Translation using webrtc
I am trying to build realtime voice translation react-native application using mediasoup. My doubt is how I can pass the audio stream of webrtc in mediasoup server to audio translation pipeline made ...
1
vote
1
answer
69
views
React Native (Expo) – White space appears at bottom on Android gesture navigation mode
I’m developing a React Native (Expo) app with a gradient background. Everything looks fine on devices that use the 3-button navigation bar, but when I test on Android devices with gesture navigation (...
0
votes
1
answer
71
views
Empty space between navigator bar and TextInput after keyboard closed when using KeyboardAvoidingView on React Native
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 ...
0
votes
1
answer
36
views
HTML text colors not showing correctly in Notifee notifications on Android dark mode (Expo)
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, ...
1
vote
1
answer
77
views
How to define variables with the new version of Nativewind v4?
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 ...
0
votes
1
answer
49
views
How can I update a drop-down menu according to another [closed]
I have a section where I have two dropdown menu.
The first drop down (1) menu let you select a minimum threshold value, and the second (2) let you select a maximum threshold value (range).
The ...
0
votes
0
answers
23
views
Apply opacity only to image from ImageBackground [duplicate]
I have an Expo React Native app that follows the app folder structure and therefore I have the _layout.tsx wrapping the content of my whole app. What I am trying to do is have a background image on ...
-3
votes
0
answers
67
views
App CRASHES on Testflight app launch, but working in EAS build dev and expo go
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 ...
0
votes
0
answers
45
views
How to return a non Never type in supabase.rpc?
I created a pgsql function in Supabase and tried to connect my VSCode with the function in order to upload data onto Supabase.
My code:
const { data, error: uploadError } = await supabase.rpc('...
0
votes
0
answers
44
views
React native location getting feature
I want to add feature in my app where a salesperson logs in and goes out daily to meet random customers and sell banking products. My boss wants a way for the manager to confirm whether the ...
-2
votes
0
answers
47
views
Run an external program from within a custom Xcode build script
I'm handling the env config in my React Native project by copying either config.template_prod.js or config.template_preprod.js into config.js. This is a high risk operation since shipping preprod ...
0
votes
0
answers
20
views
FlashList cells rendering blank after EAS build with custom expo-build-properties config plugin
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 ...
1
vote
0
answers
35
views
When the ReactNative rendering function encounters an error, it will trigger the rendering function again and swallow some error information
Description
As described in the title, if a render function throws an output in RN, it will cause the render function to trigger again. What is its working mechanism, and it seems that its behavior is ...
0
votes
0
answers
29
views
Nested Stack Navigation History Broken When Accessing Deep Routes Directly
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. ...
Advice
1
vote
1
replies
39
views
Slice text on full available space
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 ...
0
votes
1
answer
166
views
TypeError: Cannot assign to read only property 'userId' of object '#<Object>'
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 {
...
0
votes
0
answers
29
views
Uncaught Error: “Failed to call into JavaScript module method RCTEventEmitter.receiveEvent()” in React Native iOS (works fine on Android)
I’m facing an error when running my React Native app on iOS — it works fine on Android.
Here’s the full error message from the red screen:
Uncaught Error
Failed to call into JavaScript module method ...
0
votes
0
answers
26
views
React Native Project didn't connect to metro on IOS Physical device
I've successfully installed the application on my IOS device in which app is installed but didn't connect to metro but when I shake phone and open debug menu Connect to metro to debug JavaScript ...
0
votes
1
answer
62
views
Build fails after lowering minSdkVersion to 22 — User has minSdkVersion 22 but library was built for 24 [//ReactAndroid/hermestooling]
I have a React Native project that must support minSdkVersion 22. I changed the Android minSdkVersion to 22 in my app but the Gradle build fails complaining that a native ReactAndroid library (...
0
votes
0
answers
21
views
Error after build EXPO app: ld: library 'Pods-SpendingPlanner' not found clang:linker command failed with exit code 1 (use -v to see invocation)
After using command to build my app: npx expo run:ios, I run into such error:
Compiling expo-camera Pods/ExpoCamera » ExpoCamera-dummy.m
› Packaging expo-camera Pods/ExpoCamera » libExpoCamera.a
› ...