138,514 questions
0
votes
0
answers
6
views
expo-av [prepare encountered an error: Error Domain=NSOSStatus error-Domain Code=561017449"Session Activation Failed"]
I am using 'expo-av' in a bare react-native project to record audio. It is working fine on Android and 50% of the time on IOS.
The other 50% of the time it give the error.
prepare encountered an error:...
1
vote
1
answer
19
views
React Native - Build APK
I created a React Native App and want to run it without connecting my phone to my PC.
I want to build the Android APK for that. How can I do that?
0
votes
0
answers
15
views
i want to run a website inside webview on android but it uses getusermedia
the thing is it uses getusermedia and it only works in secure contexts & i want the app to be offline
i'm using webview on react native
it opens like with about protocol and getusermedia does not ...
0
votes
0
answers
19
views
Passing fetched data as props in typescript react-native
I'm trying to convert to typescript and I'm having trouble declaring types and I want to pass necessary fields only. I encountered this error:
Type 'Document' is not assignable to type 'string'.ts(...
0
votes
2
answers
28
views
Camera and File Access Permissions Weren't Granted
I’m facing an issue with my React Native app where camera and file access permissions are not being granted on Android 14, even though I’ve allowed the permissions in the settings. The permissions are ...
-2
votes
0
answers
12
views
Anyone running into issues with expo 52 sqlite in their mobile builds?
I've been able to get my react native expo 51 project running on expo 52 by just creating a fresh new project and copying my files over.
Everything works perfectly in development builds, but SQLite ...
1
vote
0
answers
18
views
How to ensure sign in happen before redirect in react native expo
I'm recently just self studying react native with expo. I'm following the step by step tutorial from the expo documentation. I'm stuck with the auth part where I suppose to redirect the user after ...
0
votes
0
answers
9
views
Expo-React Native Tab Navigation to reset any parameters on tab press
I want to set it so that whenever a tab is press it takes to the main tab page, and resets any params it has. But currently lets say when i checkout i have a button that will take to that specific ...
0
votes
1
answer
14
views
React Native: Capture Text Input without a TextInput
I have a app on an Android Scanner which can accept scanned input as if it were user typed. No keyboard required. We're wanting to be able to listen for that input without a TextInput similar to how ...
0
votes
0
answers
7
views
React Native Expo won't play audiofile on IOS
I'm trying to play an audio-file on button-press, it won't work on IOS, but it does on Android. Not sure if I'm missing anything, I don't think so as I've looked all over the internet.
I've placed the ...
0
votes
0
answers
14
views
React Native Aliases TypeScript after adding metro.config.js
I have a new TypeScript project, and I'm working on adding aliases. I had set up bable.config.js and tsconfig.json, and everything was working; however, in order to resolve an issue with react-native-...
0
votes
0
answers
8
views
Type error when using styled-components/native
I'm trying to configure the styled-components for my application but I'm having a problem with the types when using the 'styled-components/native'. The type display error but it works.
tsconfig.json
{
...
0
votes
0
answers
9
views
React native with tailwind css' Navigation bar name go to the second line
enter image description here
As shown in the picture the home has split to the second line with hom on the first line and e on the second line. This also goes for bookmark Create and Profile and i don'...
-5
votes
0
answers
34
views
How can initializing a new React Native project in 2025, here is the best practice? [closed]
If you're initializing a new React Native project in 2025, here is the best practice to set it up efficiently
firstly run this command : npm install -g @react-native-community/cli
if you use yarn so ...
0
votes
0
answers
13
views
Modal not appearing (or toggling) when using react-native-reanimated-carousel (Android only)
I'm trying to display a modal when an item in my react-native-reanimated-carousel is pressed, but it either never appears or doesn't toggle correctly. I've created a minimal example below. When I tap ...