140,898 questions
0
votes
1
answer
34
views
expo sdk53 broke msauth for ios when deploying with azure package "Apple App Store Release"
While deploying our expo rn app to the apple store using the azure package Apple App Store Release, we are seeing the following error:
Error: [ContentDelivery.Uploader.600003C88200] Validation failed (...
0
votes
0
answers
29
views
React Native Windows: @react-native-vector-icons icons render as empty boxes on Windows
I am using React Native Windows with the cpp-app template (generated via npx react-native init-windows --overwrite), and all icons from @react-native-vector-icons render as empty square boxes on ...
1
vote
0
answers
60
views
Expo-widgets pod error during development build
Problem solved:
I had to upgrade to the latest expo version 55.0.0 because this is where expo-widgets was actually introduced
I've tried to create an expo widget by following the documentation here:
...
1
vote
1
answer
55
views
React Native dev tools issue
I'm upgrading RN version from 0.73.6 to 0.78.3 and fixed a lot of problems, but still have most annoying one: i have custom schemes for ios, and when I build an app using the "Debug Test" ...
-1
votes
1
answer
48
views
Camerx issue in react native live preview [closed]
I am currently trying to embed an Android native view inside a React Native view with a CameraX live preview. However, I am facing a timeout exception issue with CameraX.
On iOS, the same ...
-2
votes
0
answers
53
views
React Native iOS app crashes on language change with react-native-restart (works on Android) [closed]
I am facing an issue in my React Native application where the app crashes on iOS when changing the language and triggering a restart.
🔧 Environment:
react-native: 0.73.2
react-native-restart: 0.0....
0
votes
0
answers
46
views
getstream No permission to publish VIDEO
I keep getting this error when ever I enable the camera call?.camera.enable() for video calls in my Expo React Native app
No permission to publish VIDEO
const myCall = client.call("default"...
-3
votes
0
answers
49
views
Xcode Error: Library not found for -lPods | Linker command failed with exit code 1 [closed]
I am encountering a linker error while trying to build my iOS project in Xcode. The build fails with the following two errors:
Library not found for -lPods-SoulVerse
Linker command failed with exit ...
0
votes
0
answers
34
views
expo-screen-orientation issues when shifting orientation between screens
I've been building an app using expo and in one of the screens I need to use the landscape orientation. When returning to the previous page on iOS the layout shifts to the left of the screen until I ...
Advice
0
votes
0
replies
29
views
In react native In App Purchase with offer code in below ios version 16.3
how can i implement the In App Purchase with offercode functionality in react native (specifically in ios where device version is below 16.3)
i have use the react-native-iap laibrary but it not giving ...
0
votes
0
answers
44
views
Android CryptoFailedException (Authentication tag verification failed) after uninstalling a second app sharing the same AccessGroup
I am migrating a legacy app (Cordova) to a new one (React Native). To avoid forcing the user to log in again, I'm implementing a token migration via Deep Linking.
App A (Cordova): Source of the ...
-1
votes
0
answers
52
views
How to fix android app that breaks on PiP?
Been working on this android app for a while, can´t figure out how to prevent it from breaking completely when opened in this PiP from DuDu Launcher. Most apps work fine, but I had more apps break ...
Advice
0
votes
4
replies
78
views
Sharing token between apps on Android/IOS
I need to share tokens between two apps from the same author. In App 1, the user logs in and receives a refresh_token and an access_token. App 1 is a legacy app written in Cordova, and App 2 is ...
5
votes
1
answer
2k
views
Xcode 26.4 build error: "call to consteval function 'fmt::basic_format_string' is not a constant expression"
After upgrading to Xcode 26.4, my React Native (v0.81) project is failing to build with a C++ compiler error in the bundled fmt library. The project was building fine on the previous version of Xcode.
...
1
vote
1
answer
50
views
React native expo Flatlist with items containing an input field
I have a React native expo app where in one page I use a FlatList to show a list of products. Each list item has a input field, weird design but this is what the client needs. The problem is the ...