141,474 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
28
views
Incompatible React versions: the react and react-native-renderer on iphone
When I build react native app I see this error: Incompatible React versions: the react and react-native-renderer on iphone . and this is my package.json
so, I need help in this case. This image ...
1
vote
1
answer
24
views
[runtime not ready]: ReferenceError: Property 'CRYPTO' doesn't exist
In a react native expo app for Android:
I get no error when I run 'npx expo-doctor'
I get successful 'Android Bundled' message when I run 'npm run android'
I tried deleting ./android and/or ./...
0
votes
0
answers
24
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
1
answer
21
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 ...
1
vote
1
answer
22
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
27
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
30
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
23
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
31
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 ...
0
votes
0
answers
42
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
24
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
47
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
51
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 ...