All Questions
Tagged with mobile react-native
1,185 questions
0
votes
0
answers
11
views
UI snaps to place only after first fast refresh, only on android, React Native
Currently experiencing an issue where in my React Native app, on android only, when first entering with expo, the UI is not correct, when doing any change in _layout the UI will snap to place
When ...
1
vote
0
answers
27
views
Problem generating MD5 of files on iOS using React Native
I have a question, I'm developing a react native application for android and ios, in this application there is a code to get the md5 of an image, which the backend checks when I post an image, the ...
-1
votes
0
answers
25
views
Which one is better to use NativeWind or NativeWindUI? [closed]
Hello i am creating my first expo application. And there is question that asking what method you like to use for styling ?
I am total beginner and never used any of these before. But i had a research ...
1
vote
0
answers
50
views
React Native - For accessibility, how to focus on interactive elements inside a bottom sheet?
I'm using @gorhom/react-native-bottom-sheet library (v4.6.4) and need to provide accessibility features to my mobile project, now specifically adding keyboard navigation support, focusing on ...
-1
votes
0
answers
43
views
Android home and Android SDK
I'm trying to build an android app using react native. I currently have a project I setup using npx @react-native-community/cli init name and a phone, the Z FLIP 6 connected (and yes I did check that ...
0
votes
0
answers
42
views
Programmatically set username/password in the login form in safari mobile and the values set are not being recognized by form submit
I am going to implement password saving/autofill in my react-native-webview. I implemented to save password when user first enter the username/password and then load that credential and assign the ...
1
vote
2
answers
32
views
Expo Run to iOS fails with a HTTP 403 Error
I've just started using Expo and React Native to create a project for a mobile app. I've been following this guide to develop the project, and I'm building locally rather than using EAS.
I can run npx ...
0
votes
0
answers
88
views
Xcode can't find ExpoModulesCore when running Expo React Native app on physical iPhone
I have no issues running my Expo React Native app on any emulator (both iOS and Android). However, I'm trying to run the build on my personal iPhone 16, and I'm encountering an issue.
Here’s the ...
0
votes
0
answers
30
views
Text color (fonts and other style) in react native (expo) does not work on a specific device
On my device, the text color and any styles are applied correctly, but when I install the application (or launch it via expo go) on a working data collection terminal (android 12). The text always ...
-1
votes
1
answer
193
views
Struggling with ReferenceError: ReadableStream is not defined in expo react native project
I have been struggling with the following error in my expo project . here are the list of package installed, versions list and the error logs i faced. please help me how can i resolve this issue. its ...
1
vote
0
answers
118
views
React Native - Android "Could not find com.facebook.react:react-native:0.76.7"
I am upgrading a React Native project to RN 0.76.7. However, I keep this error when I run ./gradlew build: "Could not find com.facebook.react:react-native:0.76.7".
The full text of the error ...
3
votes
0
answers
73
views
Fixing Position and Enforcing Object Alignment Before Capture with React Native
I am developing a React Native mobile application that requires a fixed shape overlay (a top-down view of an apple) on the camera preview. The user must adjust the phone’s position to align a real ...
0
votes
1
answer
136
views
'FBReactNativeSpec/FBReactNativeSpec.h' file not found
I'm trying to build my iOS React-Native app and I keep getting this issue when attempting to build:
'FBReactNativeSpec/FBReactNativeSpec.h' file not found
Sometimes it doesn't show up, sometimes it ...
0
votes
0
answers
37
views
React Native Expo Background Tasks continuously
I am currently developing an app where a user connects a bluetooth Beacon. When the distance (RSSI) gets to low an alarm (playing a loud sound) is triggered.
Now I have a question regarding background ...
0
votes
3
answers
116
views
React-native TextInput display end part of text instead of ... in ios
I've taken one example here which is similar to my requirement. So suppose I have two textinput, while typing on textinput 2 some part of that is appending on textinput 1's value also. so in Android ...