All Questions
Tagged with react-native-web or react-native
141,572 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
28
views
React Native fetch returning error, but character causing error isn't in returned JSON
I am doing a fetch in ReactNative, very new to RN by the way.
const apiUrl = 'http://hermes.hstn.me/api/';
const response = await fetch(apiUrl, {
method: 'GET',
headers: {
'Accept': '...
0
votes
0
answers
26
views
React Native with WebView and Deep Links
I am now developing the React Native app with the WebView. I have some links from emails that can lead to my website. In that case I want to open my app that is installed and open the WebView with ...
1
vote
1
answer
24
views
Expo EAS Build Failing Due to Android SDK and Version Incompatibility
I’m trying to build my Expo project using npx eas build --platform android but the build keeps failing due to Android SDK version mismatches and native dependency compatibility issues.
The app runs ...
0
votes
0
answers
16
views
React Native iOS App Crashes Immediately on Launch After Successful Build in Azure Pipeline
Problem: I have a React Native app that builds successfully in my Azure DevOps pipeline (macOS-15, Xcode 16.4, Node 23.7.0, React Native), but the app crashes immediately upon launch on both Debug and ...
-1
votes
1
answer
29
views
What react-native level is required for Google API 35? [closed]
As per https://support.google.com/googleplay/android-developer/answer/11926878?hl=en-EN, new apps and app updates must target Android 15, API level 35.
My app project is currently on react-native ^0....
0
votes
1
answer
55
views
React Native Deep Linking - Multiple Paths for single screen
I’m trying to handle multiple deep link paths that should open the same screen in my React Navigation setup.
For example, both of these URLs should open the same ChallengesScreen:
mydomain.com/...
0
votes
0
answers
53
views
How to implement a share extension like google keep (android + ios) In a react native app
Here’s the flow I’m trying to achieve: When the user selects my app from the share meun I don’t want the full app to launch Instead I just want to show a modal (like google keep does) and after they ...
0
votes
0
answers
64
views
Library 'swiftWebKit' not found when building for physical iOS devices after upgrading Xcode — works fine on Simulator
After upgrading to the latest version of Xcode Version 26.0 (17A324), my React Native iOS project fails to build or run on a physical iOS device, but runs successfully on the iOS Simulator.
The error ...
0
votes
0
answers
25
views
React Native Build Failing with JAR Creation Error in react-native-vision-camera-face-detector
I'm trying to build my React Native app using EAS Build locally and also directly with Gradle. The build consistently fails with a JAR file creation error related to the react-native-vision-camera-...
0
votes
0
answers
27
views
react native ios app working on emulator but not on physical device (iphone)
so recently i have upgraded my react-native version from 0.73.6 to 0.74.0, when running on physical device (iPhone 12) gives the black screen but checking the logs it just normal logs which im using ...
-1
votes
0
answers
24
views
'UqudoSDK/UqudoSDK.h' file not found [closed]
I wanted to report an issue I encountered with uqudosdk-react-native while building on React Native 0.80.0 and Xcode 16.4. The Error was "'UqudoSDK/UqudoSDK.h' file not found". Posting this ...
1
vote
0
answers
16
views
Legend State v3 not fetching all data from Supabase in React Native (Expo SDK 54)
Supabase is showing 7 records and also when i manually fetch data from supabase it shows 7 records but on legend state it is only fetching one record. Also Supabase return array and legend state store ...
-3
votes
0
answers
40
views
React Native "Text strings must be rendered within a <Text> component" Error with No Stack Trace - Need Help Finding Source [closed]
type here
Problem Description: I'm getting the dreaded "Text strings must be rendered within a <Text> component" error in my React Native/Expo app, but the error stack trace is ...
-1
votes
0
answers
43
views
What is the better way to optimize a large list? [closed]
The expo application I'm working on now is a community screen where users can view posts related to events and announcements... However, the screen appears heavy and the scrolling is very slow, ...
0
votes
0
answers
23
views
React-Native error : 'FirebaseCoreInternal.modulemap' not found
Pod install successfully on running ios from xcode
Xcode build gives the following error:
/Users/apple/Library/Developer/Xcode/DerivedData/ZoTok-ctycpbrbiefsflgukwbhdxspvspa/Build/Intermediates....