141,472 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
13
views
Error in Pod Update while building in Azure DevOps Pipeline for React Native
I'm setting up an Azure pipeline for a React Native project, but I'm running into an error during the Pod update step. Does anyone know what changes I might need to make in the Podfile, the YAML ...
0
votes
0
answers
13
views
Critical notifications sound not playing OneSignal - ios
I'm having issue that notifications sounds doesn't play, specially for critical notifications i'm using react native.
i already have entitlement and approval from apple
i have the sound file .wav 3 ...
0
votes
0
answers
11
views
Unable to show line on Combined Bar and Line chart on React native Gifted charts
I want to implement a combined Bar and Line chart with Gifted charts.
I followed all the required steps from the documentation but it still doesn't work. It displays the bar chart but skips the line ...
0
votes
0
answers
26
views
Full screen View GestureDetector's swipe gesture overrides the system's swipe-back gesture
I followed the expo doc and wrote the following code. Its main function is to use an image as a top background, where swiping down anywhere on the screen increases the image height to zoom in. However,...
1
vote
0
answers
28
views
Android keyboard avoiding not working when using <Stack.Screen> with headerShown = true
I'm using the latest RN version + expo development build.
I have noticed an issue on Android that only happens when I'm using the Stack.Screen headers.
Here's an example snippet -
<>
<Stack....
-4
votes
0
answers
16
views
AWS Amplify v6 "deepFreeze" TypeError with Expo + Hermes - signIn fails but signUp works [closed]
I'm a beginner working on a React Native app and facing a confusing issue with AWS Amplify v6 authentication.
I'm just trying to build a simple app that allows to connect into a personnal space, in ...
0
votes
0
answers
29
views
React Native 0.82 iOS linker error: Undefined symbols for architecture arm64 (unsafeExecuteOnMainThreadSync )
I’m migrating an existing React Native app to React Native 0.82.x.
Android builds and runs fine, but iOS fails at the link step with the following error:
Undefined symbols for architecture arm64:
&...
1
vote
0
answers
26
views
iOS + RTL (Arabic) causes app layout shrinking when using react-native-prevent-screenshot-ios-android — layout reduces on each navigation
I’m using React Native and the package
react-native-prevent-screenshot-ios-android
to block screenshots in my app.
It works fine in LTR languages (English, etc.), but when the device language is ...
-3
votes
0
answers
20
views
New expo router Link issue
I am trying to navigate from one tab to another page. I've created a folder structure where are two route groups:
(tabs) and there are two tab screens
(login) which is for login screen
I am ...
-1
votes
0
answers
36
views
Performance issues with generating video thumbnail and overlaying video on video
I'm working on a video processing feature in my application where user upload a video with that flow:
Call my API for uploading a video
Generate a video thumbnail
Create an overlay video on top video ...
0
votes
0
answers
23
views
React Native + Cloudflare Workers: requests freeze after 1–2 mind idle
React Native + Cloudflare Workers: requests to *.workers.dev freze/hang after 1–2 minutes idle, while direct origin requests still work
Hi everyone,
I’m seeing a very strange issue with a mobile app ...
0
votes
1
answer
41
views
How do I access Camera permission of IOS expo-go?
I was just trying to start learning React-Native and Expo-Go for the past few days. I was simply trying to access some camera, basically just want to start with a MainPage then navigate to the ...
-5
votes
0
answers
45
views
Flutter rendering engine for react applications [closed]
I'm thinking of doing something, I don't know if it's crazy or not. But I'd like to use Flutter's rendering engine to run react applications natively on desktop platforms. At first I'd thought of ...
0
votes
0
answers
31
views
Expo - React native gesture handler multitouch doesn't work on android
I have an Expo React Native application, and I have two draggable objects which can be dragged simultaneously, at least on iOS, iPhone SE2. On Android, I can drag only one at the time, the second one ...
-1
votes
0
answers
40
views
Animated.loop loses synchronization between multiple animations over time
I'm creating a ripple wave animation in React Native with three overlapping circles that should maintain consistent spacing. Initially, the waves animate perfectly with even intervals, but after ...